mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-17 21:03:47 -09:00
Since commit [1], test_atf is failing. See [2]. Passing -no-pie to ld does not produce the bl31.elf file (and does not generate an error). TF-A 2.11 reworked its makefiles and switched to gcc to link files. This commit fixes this failing test by updating to this newer TF-A version. Fixes: [2]. [1]248c2d045e[2] https://gitlab.com/buildroot.org/buildroot/-/jobs/8609307891 Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Romain Naour <romain.naour@smile.fr> (cherry picked from commitb0ff88423f) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>