configs/arm_juno: bump ATF to v1.3
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Aug 2018 14:53:31 +0000 (16:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 21 Aug 2018 21:18:13 +0000 (23:18 +0200)
commit4ddc039d0c044b3e574390ba27eb06ed0e845d2b
tree72008d49ef9f6904190a299901b7bcb36b962beb
parent9276747defdd4f91ec21ba0930afdf6d947730b6
configs/arm_juno: bump ATF to v1.3

ATF in version 1.2 fails to build with:

./build/juno/release/bl1/context_mgmt.o: In function `cm_prepare_el3_exit':
context_mgmt.c:(.text.cm_prepare_el3_exit+0x54): undefined reference to `cm_set_next_context'
context_mgmt.c:(.text.cm_prepare_el3_exit+0x54): relocation truncated to fit: R_AARCH64_JUMP26 against undefined symbol `cm_set_next_context'

This has been fixed in ATF v1.3. Even though there are even newer
versions of ATF available, we take a conservative approach, and bump
to the first version that has the build issue fixed.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/88314771

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
configs/arm_juno_defconfig