summaryrefslogtreecommitdiff
path: root/include/configs/omap3_logic.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2016-12-31 12:33:46 (GMT)
committerTom Rini <trini@konsulko.com>2017-01-02 16:14:03 (GMT)
commit208d14bacd713c9043d966111e77f31e6fe1c16c (patch)
treede47d81ab10b818886bdba970712a4d850730336 /include/configs/omap3_logic.h
parentf9e7501f849a834ee961671f078fae353ca7a31f (diff)
downloadu-boot-208d14bacd713c9043d966111e77f31e6fe1c16c.tar.xz
OMAP3: omap3_logic: Remove display parameter
The display is done in the device tree now, and there is no need to pass 'display' kernel parameter any longer. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/omap3_logic.h')
-rw-r--r--include/configs/omap3_logic.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index d66b507..b38811e 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -143,7 +143,6 @@
"else run defaultboot; fi\0" \
"defaultboot=run mmcramboot\0" \
"consoledevice=ttyO0\0" \
- "display=15\0" \
"setconsole=setenv console ${consoledevice},${baudrate}n8\0" \
"dump_bootargs=echo 'Bootargs: '; echo $bootargs\0" \
"rotation=0\0" \
@@ -153,7 +152,7 @@
"fi\0" \
"optargs=ignore_loglevel early_printk no_console_suspend\0" \
"addmtdparts=setenv bootargs ${bootargs} ${mtdparts}\0" \
- "common_bootargs=setenv bootargs ${bootargs} display=${display} " \
+ "common_bootargs=setenv bootargs ${bootargs} " \
"${optargs};" \
"run addmtdparts; " \
"run vrfb_arg\0" \