From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 1 Jul 2013 20:08:50 +0200 Subject: [U-Boot] [PATCH] lcd: remove unaligned access in lcd_dt_simplefb_configure_node() In-Reply-To: <51D1AFE2.9060400@ti.com> References: <1371165191-11174-1-git-send-email-swarren@wwwdotorg.org> <51D1AEB1.1000103@wwwdotorg.org> <51D1AFE2.9060400@ti.com> Message-ID: <20130701200850.32e58c7f@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 1 Jul 2013 12:35:46 -0400 Tom Rini wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 07/01/2013 12:30 PM, Stephen Warren wrote: > > On 06/13/2013 05:13 PM, Stephen Warren wrote: > >> From: Stephen Warren > >> > >> Some ARM compilers may emit code that makes unaligned accesses > >> when faced with constructs such as: > >> > >> const char format[] = "r5g6b5"; > >> > >> Make this data static since it doesn't chagne; the compiler will > >> simply place it into the .rodata section directly, and avoid any > >> unaligned run- time initialization. > > > > I don't think this has been applied yet. Will it be applied for > > this release? Should I resend the patch? > > It's a bug fix and as such I want it. Anatolij, there's a few "video" > patches out there, are you going to grab things / has this spurred you > to grab things or should I take a look around and pull up a patch set? > Thanks! I'll look at video patches and grab them for release. Thanks for reminding me! Anatolij