summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-02-17 16:30:17 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2014-02-17 20:04:43 +0100
commit03bb1d68c0082090168ad9ab5ef24e58959e2679 (patch)
treee4a92924ab28512f2151f0eaad5268e3c595e4b5
parentee49d8cc319d4bfa5f186103412c0c01ee7fc652 (diff)
environment: fb timings for emb.world
-rw-r--r--include/configs/apalis-imx6.h25
1 files changed, 19 insertions, 6 deletions
diff --git a/include/configs/apalis-imx6.h b/include/configs/apalis-imx6.h
index 5f0f919285..b7f09032ee 100644
--- a/include/configs/apalis-imx6.h
+++ b/include/configs/apalis-imx6.h
@@ -193,7 +193,7 @@
"fatload mmc 1:1 10800000 uImage && bootm 10800000"
#define CONFIG_EXTRA_ENV_SETTINGS \
- "bootcmd=run nfsboot ; run emmcboot ; "\
+ "bootcmd=run emmcboot ; "\
"setenv stdout serial,vga ; " \
"echo ; echo emmcboot failed ; " \
"usb start; setenv stdin serial,usbkbd\0" \
@@ -212,11 +212,24 @@
"consoleblank=0 no_console_suspend=1 console=tty1 " \
"console=ttymxc0,${baudrate}n8 " \
"fbcon=map:1\0 " \
- "vidargs=video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24 " \
- "video=mxcfb1:dev=ldb,1024x600M@60,if=RGB666 " \
- "video=mxcfb2:dev=ldb,1024x600M@60,if=RGB666 " \
- "video=mxcfb3:dev=lcd,800x480M@60,if=RGB24 " \
- "fbmem=28M "
+ "vidargs=video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 " \
+ "video=mxcfb1:dev=ldb,LDB-LG_LP156WF1,if=RGB666,ldb=spl1 " \
+ "video=mxcfb2:off video=mxcfb3:off " \
+ "fbmem=32M\0 " \
+ "vidargs_hdmi=video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 " \
+ "video=mxcfb1:dev=ldb,LDB-LG_LP156WF1,if=RGB666,ldb=spl1 " \
+ "video=mxcfb2:off video=mxcfb3:off " \
+ "fbmem=32M\0 " \
+ "vidargs_edt=video=mxcfb0:dev=lcd,EDT-WVGA,if=RGB24 " \
+ "video=mxcfb1:dev=ldb,1280x720M@60,if=RGB565,ldb=dul0 " \
+ "video=mxcfb2:dev=ldb,1280x720M@60,if=RGB565 " \
+ "video=mxcfb3:dev=off" \
+ "fbmem=32M\0 " \
+ "vidargs_all=video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24 " \
+ "video=mxcfb1:dev=ldb,1024x600M@60,if=RGB565,ldb=spl1 " \
+ "video=mxcfb2:dev=ldb,1024x600M@60,if=RGB565 " \
+ "video=mxcfb3:dev=lcd,EDT-WVGA,if=RGB24 " \
+ "fbmem=32M "
/* Miscellaneous configurable options */
#define CONFIG_SYS_LONGHELP