提交 99c618ff 编写于 作者: O Otavio Salvador 提交者: Stefano Babic

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: NOtavio Salvador <otavio@ossystems.com.br>
上级 ab77f241
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
"if i2c probe 0x10; then " \ "if i2c probe 0x10; then " \
"setenv bootargs ${bootargs} " \ "setenv bootargs ${bootargs} " \
"video=mxcfb${nextcon}:dev=lcd,800x480@60," \ "video=mxcfb${nextcon}:dev=lcd,800x480@60," \
"if=RGB666; " \ "if=RGB666,bpp=32; " \
"if test 0 -eq ${nextcon}; then " \ "if test 0 -eq ${nextcon}; then " \
"setenv fbmem fbmem=10M; " \ "setenv fbmem fbmem=10M; " \
"else " \ "else " \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册