u-boot-brain/board/ti/omap2420h4
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
..
config.mk Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE 2010-10-18 22:07:10 +02:00
lowlevel_init.S Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE 2010-10-18 22:07:10 +02:00
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
mem.c omap: move TI's boards to board/ti/ 2009-09-05 01:33:09 +02:00
omap2420h4.c board/ti/omap2420h4/omap2420h4.c: Fix GC 4.6 build warning 2011-12-12 14:26:17 +01:00
sys_info.c ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00