mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix booting odroid c1 u-boot, compiled with latest GCC's
This commit is contained in:
@@ -26,7 +26,7 @@ case $BOARD in
|
||||
BOOTSOURCE='https://github.com/hardkernel/u-boot.git'
|
||||
BOOTBRANCH='branch:odroidc-v2011.03'
|
||||
BOOTPATCHDIR="legacy"
|
||||
UBOOT_COMPILER="arm-linux-gnueabihf-"
|
||||
UBOOT_COMPILER="arm-linux-gnueabi-"
|
||||
|
||||
UBOOT_TARGET_MAP=';;sd_fuse/bl1.bin.hardkernel sd_fuse/u-boot.bin'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user