mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user