]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
wandboard: Use 32bit color depth for Fusion LCD
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 23 Sep 2014 16:18:46 +0000 (13:18 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 23 Sep 2014 16:18:46 +0000 (13:18 -0300)
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>
include/configs/wandboard.h

index 7d96908f0e4bba1801a0c97d3e867d0290113c17..b39746600ae10cd234228ca61825e2c47073b029 100644 (file)
                "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 " \