[U-Boot] [PATCH V6] [RESEND] ARM: prevent misaligned array inits

Albert ARIBAUD albert.u.boot at aribaud.net
Sun Oct 14 10:48:08 CEST 2012


On Tue,  9 Oct 2012 21:28:15 +0200, Albert ARIBAUD
<albert.u.boot at aribaud.net> wrote:

> 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 at aribaud.net>
> ---

Tom,

As per our discussion, this patch should be placed in u-boot/next
right above the 2012-10 release commit.

At this time, just after a git fech u-boot, I don't see the patch in
next at all.

Do you want me to prepare an ad hoc branch with this patch then the
current content of u-boot/next, above v2012.10-rc3, so that you just
have to git reset --hard your next on it?

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list