summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Sweeny <scott.sweeny@timesys.com>2009-04-30 09:28:25 -0400
committerScott Sweeny <scott.sweeny@timesys.com>2009-04-30 09:28:25 -0400
commit27cda3cddefd77d31380daa02742ec56c37d97f6 (patch)
treea596761b5bd4018659dc5fe98ea38f5fe91554f1
parentdec5cb99069550cd4492831ce760ff34f1c0d700 (diff)
Change default display to 15
This patch originally from LogicPD OMAP35x Release 1.5.0 Original Patch Name: u-boot-1.1.4-omap3430-lv-som-10-set-display.patch
-rw-r--r--include/configs/omap3530lv_som.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/include/configs/omap3530lv_som.h b/include/configs/omap3530lv_som.h
index ececc3358c..d9b13323d9 100644
--- a/include/configs/omap3530lv_som.h
+++ b/include/configs/omap3530lv_som.h
@@ -149,12 +149,12 @@
#if 1
#if 1
-#define CONFIG_BOOTARGS "display=logic_4.3 console=ttyS0,115200n8 root=/dev/ram rw ramdisk_size=22629"
+#define CONFIG_BOOTARGS "display=15 console=ttyS0,115200n8 root=/dev/ram rw ramdisk_size=22629"
#if 0
#define CONFIG_BOOTCOMMAND "tftpboot 0x81000000 uImage;tftpboot 0x81200000 rootfs.ext2.gz.uboot;bootm 0x81000000 0x81200000"
#else
#define CONFIG_EXTRA_ENV_SETTINGS \
- "display=logic_4.3\0" \
+ "display=15\0" \
"loadaddr=0x81000000\0"\
"rootfsaddr=0x81200000\0" \
"consoledev=ttyS0\0" \
@@ -187,6 +187,15 @@
"askenv ethaddr 'Please enter your MAC address:' 17;" \
"setenv preboot;" \
"printenv ethaddr;" \
+ "echo Enter the display number of the LCD panel(none for no LCD panel);" \
+ "echo Pick one of:;" \
+ "echo 3 == LQ036Q1DA01 TFT QVGA (3.6) Sharp w/ASIC;" \
+ "echo 5 == LQ064D343 TFT VGA (6.4) Sharp;" \
+ "echo 7 == LQ10D368 TFT VGA (10.4) Sharp;" \
+ "echo 15 == LQ043T1DG01 TFT WQVGA (4.3) Sharp;" \
+ "echo MAKE SURE YOUR DISPLAY IS CORRECTLY ENTERED!;" \
+ "askenv display 'Please enter your LCD display number:' 2;" \
+ "printenv display;" \
"saveenv;"
#define CONFIG_BOOTCOMMAND "run xipboot"
@@ -204,7 +213,7 @@
#define CFG_LONGHELP /* undef to save memory */
#define CFG_PROMPT V_PROMPT
-#define CFG_CBSIZE 512 /* Console I/O Buffer Size */
+#define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
/* Print Buffer Size */
#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16)
#define CFG_MAXARGS 16 /* max number of command args */