Fix Odroid XU4 u-boot directory name

This commit is contained in:
zador-blood-stained 2016-11-15 18:43:27 +03:00
parent 36a6119294
commit ab66dbf5f8

View File

@ -1,5 +1,4 @@
BOOTDIR='u-boot-odroidxu'
OFFSET=4
case $BRANCH in
@ -7,7 +6,6 @@ case $BRANCH in
BOOTSOURCE='https://github.com/hardkernel/u-boot.git'
BOOTBRANCH='branch:odroidxu3-v2012.07'
BOOTDIR='u-boot-odroidxu'
UBOOT_FILES="sd_fuse/hardkernel/bl1.bin.hardkernel sd_fuse/hardkernel/bl2.bin.hardkernel u-boot.bin sd_fuse/hardkernel/tzsw.bin.hardkernel"
BOOTSCRIPT="boot-odroid-xu4-default.ini:boot.ini"
@ -20,7 +18,6 @@ case $BRANCH in
next)
BOOTSOURCE=$MAINLINE_UBOOT_SOURCE
BOOTBRANCH=$MAINLINE_UBOOT_BRANCH
BOOTDIR=$MAINLINE_UBOOT_DIR
BOOTCONFIG=odroid-xu3_defconfig
UBOOT_FILES="sd_fusing.sh xu4_blobs/bl1.bin.hardkernel xu4_blobs/bl2.bin.hardkernel.1mb_uboot u-boot-dtb.bin xu4_blobs/tzsw.bin.hardkernel"
BOOTSCRIPT="boot-odroid-xu4-next.cmd:boot.cmd"