From ab66dbf5f8b68cc622a59ed62639ed369c0af8b9 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Tue, 15 Nov 2016 18:43:27 +0300 Subject: [PATCH] Fix Odroid XU4 u-boot directory name --- config/sources/odroidxu4.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/sources/odroidxu4.conf b/config/sources/odroidxu4.conf index 96eb5ace98..5fe16891ff 100644 --- a/config/sources/odroidxu4.conf +++ b/config/sources/odroidxu4.conf @@ -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"