summaryrefslogtreecommitdiffstats
path: root/include/lcd.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2013-06-13 17:13:11 -0600
committerAnatolij Gustschin <agust@denx.de>2013-07-01 20:11:33 +0200
commit5af7d0f090b9fe2464d7980841b940846a547716 (patch)
tree48086351669807c5f8427677c621a7eebb7b88a0 /include/lcd.h
parentb1d8654b41e8cbc4a9c12356ecabad30386a3a7e (diff)
downloadtalos-obmc-uboot-5af7d0f090b9fe2464d7980841b940846a547716.tar.gz
talos-obmc-uboot-5af7d0f090b9fe2464d7980841b940846a547716.zip
lcd: remove unaligned access in lcd_dt_simplefb_configure_node()
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. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/lcd.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud