Tinker return to using mainline U-boot

Mainline U-boot tested working for Tinker Board.
This commit is contained in:
Tonymac32 2017-04-17 01:14:10 -04:00 committed by GitHub
parent fe85eba6be
commit 6ae514413f

View File

@ -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()
{