aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/omap2plus_defconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-10-08 10:23:44 -0700
committerTony Lindgren <tony@atomide.com>2010-10-08 10:23:44 -0700
commit6f911492ed901dcafc9c5c7f507087bb94218ba7 (patch)
tree9ec1f9f637bc46f10ec9fa2afdaded6699536035 /arch/arm/configs/omap2plus_defconfig
parent503923eeecb93ff69ee940549f314e0fe3a68429 (diff)
downloadkernel_samsung_smdk4412-6f911492ed901dcafc9c5c7f507087bb94218ba7.zip
kernel_samsung_smdk4412-6f911492ed901dcafc9c5c7f507087bb94218ba7.tar.gz
kernel_samsung_smdk4412-6f911492ed901dcafc9c5c7f507087bb94218ba7.tar.bz2
omap: Update omap2plus_defconfig to use ttyO instead ttyS
With the omap-serial the device has changed from ttyS to ttyO as the system may have both omap-serial and 8250 ports. Note that systems using omap-serial need to be updated to use ttyO[012] instead of ttyS[012] in the bootloader, CONFIG_CMDLINE, /etc/inittab, and the root file system with mknod. Also you may need to add ttyO[012] to /etc/securetty. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-rw-r--r--arch/arm/configs/omap2plus_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 7deec89..ccedde1 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -63,7 +63,7 @@ CONFIG_AEABI=y
CONFIG_LEDS=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
-CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyS2,115200"
+CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyO2,115200"
CONFIG_KEXEC=y
CONFIG_FPE_NWFPE=y
CONFIG_VFP=y