Tinkerboard u-boot fix
This commit is contained in:
parent
1bd9a9fa08
commit
65aaab96f0
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user