diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-06 10:53:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-06 10:53:15 +0000 |
commit | 900c2a8e357e16131e4a629d340a8f8d57fc9bba (patch) | |
tree | 3d753265b0ec5cbca03a91acf70252af698bab5f /target/linux/rdc/config-2.6.30 | |
parent | db25c8da1ab9cf9c04492a3f86b2b117f7c39a89 (diff) | |
download | upstream-900c2a8e357e16131e4a629d340a8f8d57fc9bba.tar.gz upstream-900c2a8e357e16131e4a629d340a8f8d57fc9bba.tar.bz2 upstream-900c2a8e357e16131e4a629d340a8f8d57fc9bba.zip |
provide the correct flash mapping on non airlink devices, remove the rootfs_type hacks, patch from sn9
SVN-Revision: 18327
Diffstat (limited to 'target/linux/rdc/config-2.6.30')
-rw-r--r-- | target/linux/rdc/config-2.6.30 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/target/linux/rdc/config-2.6.30 b/target/linux/rdc/config-2.6.30 index c83aaa5aee..6dc046afe9 100644 --- a/target/linux/rdc/config-2.6.30 +++ b/target/linux/rdc/config-2.6.30 @@ -35,7 +35,7 @@ CONFIG_BOUNCE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CC_STACKPROTECTOR is not set CONFIG_CLOCKSOURCE_WATCHDOG=y -CONFIG_CMDLINE="console=ttyS0,38400" +CONFIG_CMDLINE="console=ttyS0,38400 rootfstype=squashfs,jffs2" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_COMPAT_NET_DEV_OPS is not set @@ -191,13 +191,9 @@ CONFIG_MODULE_FORCE_UNLOAD=y # CONFIG_MTD_CFI_INTELEXT is not set # CONFIG_MTD_COMPLEX_MAPPINGS is not set # CONFIG_MTD_NETSC520 is not set +CONFIG_MTD_PHYSMAP=y # CONFIG_MTD_R8610 is not set -CONFIG_MTD_RDC3210=y -CONFIG_MTD_RDC3210_ALLOW_JFFS2=y -CONFIG_MTD_RDC3210_BUSWIDTH=2 -# CONFIG_MTD_RDC3210_FACTORY_PRESENT is not set -CONFIG_MTD_RDC3210_SIZE=0x400000 -# CONFIG_MTD_RDC3210_STATIC_MAP is not set +# CONFIG_MTD_RDC3210 is not set # CONFIG_MTD_TS5500 is not set # CONFIG_MTRR is not set # CONFIG_MVIAC3_2 is not set |