Fix booting odroid c1 u-boot, compiled with latest GCC's

This commit is contained in:
kernelzru
2024-05-11 08:46:42 +03:00
committed by Igor
parent 5162b6e6e1
commit 7488222b2a

View File

@@ -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'