From: Otavio Salvador Date: Tue, 23 Sep 2014 16:18:46 +0000 (-0300) Subject: wandboard: Use 32bit color depth for Fusion LCD X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e36968af0a033e9d66535928886103370620cb4d;p=bsp%2Fu-boot.git 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 --- diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 7d96908f0e..b39746600a 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -161,7 +161,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 " \