diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-03 16:18:40 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-03 16:18:40 +0000 |
commit | ef22716113d4fb76330c9bca4103512a914ef5fd (patch) | |
tree | 683200bf95886a246abf8a7742637365970c02b3 /target/linux/adm5120/rb1xx | |
parent | 3abfc82ebeb06c5a5334520a26c14229e9098bf9 (diff) |
[adm5120] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34469 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |