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 | a6548c1c690b480e1efb55f33fe1885063e7d695 (patch) | |
tree | aa55561783af192c4db834c54b377e97f8deff01 /target | |
parent | ead48531aeb92131172cd48ee57f56de4f6f18cc (diff) | |
download | upstream-a6548c1c690b480e1efb55f33fe1885063e7d695.tar.gz upstream-a6548c1c690b480e1efb55f33fe1885063e7d695.tar.bz2 upstream-a6548c1c690b480e1efb55f33fe1885063e7d695.zip |
[rdc] use bootloader baudrate settings, thanks bifferos (#7619)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22259 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |