u-boot-brain/arch/arm
Albert ARIBAUD b823fd9ba5 ARM: prevent misaligned array inits
Under option -munaligned-access, gcc can perform local char
or 16-bit array initializations using misaligned native
accesses which will throw a data abort exception. Fix files
where these array initializations were unneeded, and for
files known to contain such initializations, enforce gcc
option -mno-unaligned-access.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
[trini: Switch to usign call cc-option for -mno-unaligned-access as
Albert had done previously as that's really correct]
Signed-off-by: Tom Rini <trini@ti.com>
2012-10-15 11:53:07 -07:00
..
cpu ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00
dts tegra: fdt: Add NAND controller binding and definitions 2012-09-07 13:54:30 -07:00
imx-common i.MX: shut down video before launch of O/S 2012-09-24 10:48:58 +02:00
include/asm ARM: Add Altera SOCFPGA Cyclone5 2012-10-04 18:11:52 +02:00
lib ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00
config.mk arm: work around assembler bug 2012-10-04 14:19:04 +02:00