From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 01 Jul 2013 10:30:41 -0600 Subject: [U-Boot] [PATCH] lcd: remove unaligned access in lcd_dt_simplefb_configure_node() In-Reply-To: <1371165191-11174-1-git-send-email-swarren@wwwdotorg.org> References: <1371165191-11174-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <51D1AEB1.1000103@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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?