From 36b42f1968f9e85a93c70d0f7f08c39658a7a0fd Mon Sep 17 00:00:00 2001 From: Zhang Ning <832666+zhangn1985@users.noreply.github.com> Date: Mon, 5 Aug 2019 12:42:02 +0800 Subject: [PATCH] merge KVIM1 u-boot blobs to odroidc2-blobs less external git. Signed-off-by: Zhang Ning <832666+zhangn1985@users.noreply.github.com> --- config/sources/meson64.conf | 2 +- lib/main.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/sources/meson64.conf b/config/sources/meson64.conf index f905a44d80..5aa76d26b0 100644 --- a/config/sources/meson64.conf +++ b/config/sources/meson64.conf @@ -119,7 +119,7 @@ uboot_custom_postprocess() fi if [[ $BOARD == kvim1 ]]; then - uboot_gxl_postprocess $SRC/cache/sources/kvim-blobs/ vim1 + uboot_gxl_postprocess $SRC/cache/sources/odroidc2-blobs/ vim1 fi if [[ $BOARD == nanopik2-s905 ]]; then diff --git a/lib/main.sh b/lib/main.sh index 5e3ccea8ed..aa89903eb5 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -308,7 +308,6 @@ if [[ $IGNORE_UPDATES != yes ]]; then fetch_from_repo "https://github.com/MarvellEmbeddedProcessors/binaries-marvell" "marvell-binaries" "branch:binaries-marvell-armada-18.12" fetch_from_repo "https://github.com/armbian/odroidc2-blobs" "odroidc2-blobs" "branch:master" fetch_from_repo "https://github.com/armbian/testings" "testing-reports" "branch:master" - fetch_from_repo "https://github.com/zhangn1985/kvim-blobs" "kvim-blobs" "branch:master" fi if [[ $BETA == yes ]]; then