uboot/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
..
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
config.mk
lowlevel_init.S
mem.c
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