build: Disable generation of unaligned accesses
Compare changes
+ 1
− 0
@@ -21,6 +21,7 @@ ifneq ($(findstring $(BS_FIRMWARE_CPU),$(ARMV7M_CPUS)),)
Created by: ronald-cron-arm
CCR.UNALIGN_TRP is enabled, and will trap any unaligned access. We need to ensure the compiler does not generate them.
Change-Id: Ia0166578c00fa53399aa9823eec8f166b70b0762 Signed-off-by: Chris Kay chris.kay@arm.com