[U-Boot] [PATCH] lcd: remove unaligned access in lcd_dt_simplefb_configure_node()

Stephen Warren swarren at wwwdotorg.org
Mon Jul 1 18:30:41 CEST 2013


On 06/13/2013 05:13 PM, Stephen Warren wrote:
> From: Stephen Warren <swarren at nvidia.com>
> 
> 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?


More information about the U-Boot mailing list