mirror of https://github.com/armbian/build.git
rockchip64: fix atf build, bump ATF to latest tag
This commit is contained in:
parent
e2b0922d69
commit
204c646cc6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue