]> 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, 14 Oct 2014 12:28:09 +0000 (09:28 -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 9fb501a3412abd71a1e880fd72e42e90f6f47810..b4b90f38dbfa1fb58d2c0fd2de7a2fbfb5a5905f 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 " \