wandboard: Use 32bit color depth for Fusion LCD
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 15 Jan 2015 15:32:29 +0000 (13:32 -0200)
committerStefano Babic <sbabic@denx.de>
Mon, 19 Jan 2015 08:02:47 +0000 (09:02 +0100)
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 809017c5fe225278c87619e237fd0905b9c1dcf1..117d1f7087a98dff85c861d2ebbee0db9c9053e1 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 " \