From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sun, 14 Oct 2012 10:48:08 +0200 Subject: [U-Boot] [PATCH V6] [RESEND] ARM: prevent misaligned array inits In-Reply-To: <1349810895-25809-1-git-send-email-albert.u.boot@aribaud.net> References: <1349809714-16267-1-git-send-email-albert.u.boot@aribaud.net> <1349725818-8500-1-git-send-email-albert.u.boot@aribaud.net> <1349723944-8188-1-git-send-email-albert.u.boot@aribaud.net> <1349464558-7311-1-git-send-email-albert.u.boot@aribaud.net> <1349810895-25809-1-git-send-email-albert.u.boot@aribaud.net> Message-ID: <20121014104808.7fa74ccf@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 9 Oct 2012 21:28:15 +0200, Albert ARIBAUD 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 > --- 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.