Skip to content
Snippets Groups Projects
Commit 5b5ca4bc authored by Jens Wiklander's avatar Jens Wiklander Committed by Jérôme Forissier
Browse files

rpi3: drop -O0 flag for ARM-TF


Drops the -O0 flag passed in CFLAGS when compiling ARM-TF. This is
needed to ensure that the binaries doesn't overflow their assigned
memory.

Acked-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent a5941c05
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@ clean: arm-tf-clean busybox-clean u-boot-clean u-boot-rpi-bin-clean \
# ARM Trusted Firmware
################################################################################
ARM_TF_EXPORTS ?= \
CFLAGS="-O0 -gdwarf-2" \
CROSS_COMPILE="$(CCACHE)$(AARCH64_CROSS_COMPILE)"
ARM_TF_FLAGS ?= \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment