summaryrefslogtreecommitdiffstats
path: root/images/Makefile
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2018-12-07 11:11:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-12-10 10:13:30 +0100
commit64d95896cf0e22a769066f33180b60707356160b (patch)
tree4e214927fdf60767e6037ee32cc15eff4ca273a4 /images/Makefile
parent6878bd78c9f6157357ae8170bc8b8a7d0dbe3cb1 (diff)
downloadbarebox-64d95896cf0e22a769066f33180b60707356160b.tar.gz
barebox-64d95896cf0e22a769066f33180b60707356160b.tar.xz
ARM: aarch64: compile with general-regs-only
Without this flag, gcc generates code to save the Q/V registers to the stack for handling the va_list in pr_print(). Saving the registers is useless, as the registers are never restored, but accessing the registers to save them hangs the CPU. Follow the Linux arch/arm64/Makefile and use the general-regs-only flag to prevent usage of floating point and Advanced SIMD register. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images/Makefile')
0 files changed, 0 insertions, 0 deletions