mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-26 12:27:12 +00:00
tricorder: remove lcdmode from bootargs
Signed-off-by: Thomas Weber <thomas.weber@corscience.de> Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
This commit is contained in:
parent
660a2e650d
commit
83976f1dc5
1 changed files with 1 additions and 4 deletions
|
@ -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 " \
|
||||
|
|
Loading…
Add table
Reference in a new issue