Merge pull request #1502 from zhangn1985/kvim

merge KVIM1 u-boot blobs to odroidc2-blobs
This commit is contained in:
Tony 2019-08-05 01:19:12 -04:00 committed by GitHub
commit d8bfdf4803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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