u-boot-brain/arch/arm/cpu
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
..
arm720t Tegra: Change Tegra20 to Tegra in common code, prep for T30 2012-09-10 13:01:24 -07:00
arm920t arm: Fixed the offset for the no relocation. 2012-10-04 16:41:15 +02:00
arm925t arm: Fixed the offset for the no relocation. 2012-10-04 16:41:15 +02:00
arm926ejs ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00
arm946es arm: Fixed the offset for the no relocation. 2012-10-04 16:41:15 +02:00
arm1136 arm: Fixed the offset for the no relocation. 2012-10-04 16:41:15 +02:00
arm1176 arm: Fixed the offset for the no relocation. 2012-10-04 16:41:15 +02:00
arm_intcm arm: Fixed the offset for the no relocation. 2012-10-04 16:41:15 +02:00
armv7 ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00
ixp arm: Fixed the offset for the no relocation. 2012-10-04 16:41:15 +02:00
lh7a40x arm: Fixed the offset for the no relocation. 2012-10-04 16:41:15 +02:00
pxa arm: Fixed the offset for the no relocation. 2012-10-04 16:41:15 +02:00
s3c44b0 arm: Fixed the offset for the no relocation. 2012-10-04 16:41:15 +02:00
sa1100 arm: Fixed the offset for the no relocation. 2012-10-04 16:41:15 +02:00
tegra20-common Tegra: Change Tegra20 to Tegra in common code, prep for T30 2012-09-10 13:01:24 -07:00
u-boot.lds arm: add a common .lds link script 2012-03-30 07:43:44 +02:00