mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
rockchip64: fix atf build, bump ATF to latest tag
This commit is contained in:
@@ -166,7 +166,7 @@ prepare_boot_configuration() {
|
||||
ATFSOURCE='https://github.com/ARM-software/arm-trusted-firmware'
|
||||
ATF_COMPILER='aarch64-linux-gnu-'
|
||||
ATFDIR='arm-trusted-firmware'
|
||||
ATFBRANCH='tag:v2.12.0'
|
||||
ATFBRANCH='tag:lts-v2.12.1'
|
||||
ATF_USE_GCC='> 6.3'
|
||||
ATF_TARGET_MAP="M0_CROSS_COMPILE=arm-linux-gnueabi- PLAT=$BOOT_SOC bl31;;build/$BOOT_SOC/release/bl31/bl31.elf:bl31.elf"
|
||||
ATF_TOOLCHAIN2="arm-linux-gnueabi-:< 10.0"
|
||||
|
||||
@@ -71,7 +71,7 @@ compile_atf() {
|
||||
display_alert "Binutils version for ATF" "${binutils_version}" "info"
|
||||
if linux-version compare "${binutils_version}" ge "2.39"; then
|
||||
display_alert "Binutils version for ATF" ">= 2.39, adding --no-warn-rwx-segment" "info"
|
||||
binutils_flags_atf="--no-warn-rwx-segment"
|
||||
binutils_flags_atf="-Wl,--no-warn-rwx-segment"
|
||||
fi
|
||||
# - ENABLE_BACKTRACE="0" has been added to workaround a regression in ATF. Check: https://github.com/armbian/build/issues/1157
|
||||
|
||||
|
||||
Reference in New Issue
Block a user