summaryrefslogtreecommitdiffstats
path: root/include/configs/wandboard.h
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-01-15 13:32:29 -0200
committerStefano Babic <sbabic@denx.de>2015-01-19 09:02:47 +0100
commit99c618ff261e1b68e3245ecc467e5a5a8c5e7b8d (patch)
treebbd4e7d5025ad3f2d7cfac70942eec295c3603a9 /include/configs/wandboard.h
parentab77f24119e80257de4ab017b877f92f96980562 (diff)
downloadtalos-obmc-uboot-99c618ff261e1b68e3245ecc467e5a5a8c5e7b8d.tar.gz
talos-obmc-uboot-99c618ff261e1b68e3245ecc467e5a5a8c5e7b8d.zip
wandboard: Use 32bit color depth for Fusion LCD
The Fusion LCD needs the 32bit color depth to properly work; the default is different on the 3.10.17 kernels and it is better to ensure it work out of box using proper default color setting. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs/wandboard.h')
-rw-r--r--include/configs/wandboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 809017c5fe..117d1f7087 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -175,7 +175,7 @@
"if i2c probe 0x10; then " \
"setenv bootargs ${bootargs} " \
"video=mxcfb${nextcon}:dev=lcd,800x480@60," \
- "if=RGB666; " \
+ "if=RGB666,bpp=32; " \
"if test 0 -eq ${nextcon}; then " \
"setenv fbmem fbmem=10M; " \
"else " \
OpenPOWER on IntegriCloud