mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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> |
||
|---|---|---|
| .. | ||
| am335x | ||
| am3517crane | ||
| beagle | ||
| evm | ||
| omap5_evm | ||
| omap730p2 | ||
| omap1510inn | ||
| omap2420h4 | ||
| omap5912osk | ||
| panda | ||
| sdp3430 | ||
| sdp4430 | ||
| tnetv107xevm | ||