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/rb1xx | |
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/rb1xx')
-rw-r--r-- | target/linux/adm5120/rb1xx/config-3.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/rb1xx/config-3.3 b/target/linux/adm5120/rb1xx/config-3.3 index fc173cc214..69c545c504 100644 --- a/target/linux/adm5120/rb1xx/config-3.3 +++ b/target/linux/adm5120/rb1xx/config-3.3 @@ -27,7 +27,7 @@ CONFIG_ADM5120_MACH_RB_192=y CONFIG_ADM5120_OEM_MIKROTIK=y # CONFIG_ADM5120_OEM_MOTOROLA is not set # CONFIG_ADM5120_OEM_OSBRIDGE is not set -CONFIG_CMDLINE="console=ttyS0,115200 rootfstype=yaffs2" +CONFIG_CMDLINE="console=ttyAM0,115200 rootfstype=yaffs2" # CONFIG_JFFS2_FS is not set # CONFIG_MTD_MYLOADER_PARTS is not set CONFIG_MTD_NAND=y |