Tinker return to using mainline U-boot
Mainline U-boot tested working for Tinker Board.
This commit is contained in:
parent
fe85eba6be
commit
6ae514413f
@ -43,13 +43,9 @@ 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"
|
||||
# mainline uboot currently doesn't work
|
||||
BOOTSOURCE='https://github.com/rockchip-linux/u-boot.git'
|
||||
BOOTDIR='u-boot-rk-linux'
|
||||
BOOTBRANCH="branch:release"
|
||||
BOOTSOURCE=$MAINLINE_UBOOT_SOURCE
|
||||
BOOTDIR=$MAINLINE_UBOOT_DIR
|
||||
BOOTBRANCH="branch:master"
|
||||
|
||||
write_uboot_platform()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user