diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-03 16:18:40 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-03 16:18:40 +0000 |
commit | d3cda519947676e9dcdc29c12071a365c941dafb (patch) | |
tree | 3aef9ab6245ebb3c6cffa32ee95dbd2fbc512a10 /target/linux/adm5120/config-3.3 | |
parent | 4c30952394850cf5f2b5d22a2bc50c2151b009f5 (diff) | |
download | upstream-d3cda519947676e9dcdc29c12071a365c941dafb.tar.gz upstream-d3cda519947676e9dcdc29c12071a365c941dafb.tar.bz2 upstream-d3cda519947676e9dcdc29c12071a365c941dafb.zip |
do no longer rename amba-pl010 serial devices names
Back in the days when we could not override /etc/inittab, it made a lot
of sense to rename ttyAM to ttyS since this was the only supported
serial device(s), we can now just put in an appropriate /etc/inittab file
now.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34469
Diffstat (limited to 'target/linux/adm5120/config-3.3')
-rw-r--r-- | target/linux/adm5120/config-3.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/adm5120/config-3.3 b/target/linux/adm5120/config-3.3 index 64b2efa662..156d384401 100644 --- a/target/linux/adm5120/config-3.3 +++ b/target/linux/adm5120/config-3.3 @@ -43,7 +43,7 @@ CONFIG_ATA=m CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CEVT_R4K_LIB=y -CONFIG_CMDLINE="console=ttyS0,115200 rootfstype=squashfs,jffs2" +CONFIG_CMDLINE="console=ttyAM0,115200 rootfstype=squashfs,jffs2" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_CPU_BIG_ENDIAN is not set @@ -167,7 +167,6 @@ CONFIG_SCSI_MOD=m CONFIG_SERIAL_AMBA_PL010=y CONFIG_SERIAL_AMBA_PL010_CONSOLE=y CONFIG_SERIAL_AMBA_PL010_NUMPORTS=2 -CONFIG_SERIAL_AMBA_PL010_PORTNAME="ttyS" # CONFIG_SERIAL_AMBA_PL011 is not set CONFIG_SERIO=y CONFIG_SERIO_SERPORT=y |