u-boot-brain/arch/arm/cpu/arm926ejs/orion5x
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.c ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00
dram.c ARM: orion5x: reduce dependence of including platform file 2011-10-27 21:56:33 +02:00
lowlevel_init.S Replace obsolete e-mail address 2011-04-27 19:38:09 +02:00
Makefile Replace obsolete e-mail address 2011-04-27 19:38:09 +02:00
timer.c bugfix: all Marvell specific build fails due to undefined reference to `get_ticks' 2012-02-12 10:11:28 +01:00