summaryrefslogtreecommitdiffstats
path: root/include/configs/tricorder.h
diff options
context:
space:
mode:
authorThomas Weber <thomas.weber@corscience.de>2013-09-06 15:04:46 +0200
committerTom Rini <trini@ti.com>2013-11-01 15:30:51 -0400
commit83976f1dc59c5cf01ba1a31f2ca7778020043b36 (patch)
treed273769c53c16123e01082557cc0fd15ebc34b73 /include/configs/tricorder.h
parent660a2e650d718fa01ad0e5da7907c2064c2e3cbe (diff)
downloadtalos-obmc-uboot-83976f1dc59c5cf01ba1a31f2ca7778020043b36.tar.gz
talos-obmc-uboot-83976f1dc59c5cf01ba1a31f2ca7778020043b36.zip
tricorder: remove lcdmode from bootargs
Signed-off-by: Thomas Weber <thomas.weber@corscience.de> Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
Diffstat (limited to 'include/configs/tricorder.h')
-rw-r--r--include/configs/tricorder.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h
index b102739a0e..b1f3cb883c 100644
--- a/include/configs/tricorder.h
+++ b/include/configs/tricorder.h
@@ -147,14 +147,12 @@
"loadaddr=0x82000000\0" \
"console=ttyO2,115200n8\0" \
"mmcdev=0\0" \
- "vram=12M\0" \
- "lcdmode=800x600\0" \
+ "vram=3M\0" \
"defaultdisplay=lcd\0" \
"kernelopts=rw rootwait\0" \
"commonargs=" \
"setenv bootargs console=${console} " \
"vram=${vram} " \
- "omapfb.mode=lcd:${lcdmode} " \
"omapdss.def_disp=${defaultdisplay}\0" \
"mmcargs=" \
"run commonargs; " \
@@ -164,7 +162,6 @@
"nandargs=" \
"run commonargs; " \
"setenv bootargs ${bootargs} " \
- "omapfb.mode=lcd:${lcdmode} " \
"omapdss.def_disp=${defaultdisplay} " \
"root=ubi0:root " \
"ubi.mtd=4 " \
OpenPOWER on IntegriCloud