summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_pandora.h
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2012-03-22 13:49:23 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-05-15 08:31:27 +0200
commit9baa37b1df1dde38d53c55eaece19e17929f120f (patch)
tree7939e094b5594820da2f559c78c1df39f46163f3 /include/configs/omap3_pandora.h
parent7cad446b887b6764afe8a6706508236bbd4998d8 (diff)
downloadtalos-obmc-uboot-9baa37b1df1dde38d53c55eaece19e17929f120f.tar.gz
talos-obmc-uboot-9baa37b1df1dde38d53c55eaece19e17929f120f.zip
OMAP3: pandora: drop console kernel argument
As ttyS0 is no longer valid for newer OMAP kernels, and pandora serial cables are not widespread, simply drop console argument. This should allow booting old and new kernels with default arguments, and those who need serial can use a boot script on SD card. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Diffstat (limited to 'include/configs/omap3_pandora.h')
-rw-r--r--include/configs/omap3_pandora.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h
index 4df5f5dac5..d02f338437 100644
--- a/include/configs/omap3_pandora.h
+++ b/include/configs/omap3_pandora.h
@@ -174,8 +174,7 @@
"usbtty=cdc_acm\0" \
"loadaddr=0x82000000\0" \
"bootargs=ubi.mtd=4 ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs " \
- "rw rootflags=bulk_read console=ttyS0,115200n8 " \
- "vram=6272K omapfb.vram=0:3000K\0" \
+ "rw rootflags=bulk_read vram=6272K omapfb.vram=0:3000K\0" \
"mtdparts=" MTDPARTS_DEFAULT "\0" \
#define CONFIG_BOOTCOMMAND \
OpenPOWER on IntegriCloud