
On Tue, 9 Oct 2012 21:28:15 +0200, Albert ARIBAUD albert.u.boot@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@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,