diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-07-17 17:20:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-07-17 17:20:35 +0000 |
commit | cb373b8d1b114f83f0ae71a26cf12f76d58d8aa0 (patch) | |
tree | da08827623f29ee6a045706df0c8b3b31012c38c | |
parent | 3184a71056e6e89efada6ca8ab538eadb23da00b (diff) | |
download | upstream-cb373b8d1b114f83f0ae71a26cf12f76d58d8aa0.tar.gz upstream-cb373b8d1b114f83f0ae71a26cf12f76d58d8aa0.tar.bz2 upstream-cb373b8d1b114f83f0ae71a26cf12f76d58d8aa0.zip |
use bootloader baudrate settings, thanks bifferos (#7619)
SVN-Revision: 22259
-rw-r--r-- | target/linux/rdc/config-2.6.32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/config-2.6.32 b/target/linux/rdc/config-2.6.32 index 4ea4603628..fed93bb254 100644 --- a/target/linux/rdc/config-2.6.32 +++ b/target/linux/rdc/config-2.6.32 @@ -36,7 +36,7 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CC_STACKPROTECTOR is not set CONFIG_CFG80211_DEFAULT_PS_VALUE=0 CONFIG_CLOCKSOURCE_WATCHDOG=y -CONFIG_CMDLINE="console=ttyS0,38400 rootfstype=squashfs,jffs2" +CONFIG_CMDLINE="console=uart,io,0x3f8 rootfstype=squashfs,jffs2" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_COMPAT_VDSO is not set |