Tinkerboard u-boot fix

This commit is contained in:
Igor Pecovnik 2017-03-20 07:04:43 +01:00
parent 1bd9a9fa08
commit 65aaab96f0

View File

@ -40,6 +40,9 @@ write_uboot_platform()
}
if [[ $BOARD == "tinkerboard" ]]; then
UBOOT_TARGET_MAP=";;$SRC/lib/bin/rk3288_boot.bin u-boot-dtb.bin spl/u-boot-spl-dtb.bin"
#BOOTSOURCE=$MAINLINE_UBOOT_SOURCE
#BOOTDIR=$MAINLINE_UBOOT_DIR
#BOOTBRANCH="branch:master"