1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00
Files
u-boot-megous/board
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
..
2011-10-15 22:20:36 +02:00
2011-11-27 19:44:21 +01:00
2012-10-04 18:11:52 +02:00
2012-02-12 15:03:25 -05:00
2012-09-03 22:11:49 +02:00
2011-10-15 22:20:36 +02:00
2012-03-28 23:41:18 +02:00
2012-04-01 21:37:53 +10:00
2011-10-15 22:20:36 +02:00
2011-10-15 22:20:36 +02:00
2012-02-27 21:19:25 +01:00
2011-10-15 22:20:36 +02:00
2011-10-15 22:20:36 +02:00
2012-03-26 23:09:23 +02:00
2011-10-15 22:20:36 +02:00
2011-10-15 22:20:36 +02:00
2012-02-12 15:03:25 -05:00
2011-10-15 22:20:36 +02:00
2012-10-04 16:59:13 +02:00
2011-10-15 22:20:36 +02:00
2012-10-15 11:53:07 -07:00
2011-10-15 22:20:36 +02:00
2012-10-04 16:57:36 +02:00
2012-03-30 07:43:33 +02:00