diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-05-20 21:33:57 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-05-20 21:33:57 +0000 |
commit | 5ac77cf9b374fae4de6c7adeabc734c11271beaa (patch) | |
tree | 1613abee0a05c1a7c9b86d052c0777b45689d156 /target/linux/aruba-2.6/config/default | |
parent | 301e5914b40ec9729041d8072f5da11559693e74 (diff) | |
download | upstream-5ac77cf9b374fae4de6c7adeabc734c11271beaa.tar.gz upstream-5ac77cf9b374fae4de6c7adeabc734c11271beaa.tar.bz2 upstream-5ac77cf9b374fae4de6c7adeabc734c11271beaa.zip |
commandline mtd partition parsing is ugly, convert aruba to platform_device
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/aruba-2.6/config/default')
-rw-r--r-- | target/linux/aruba-2.6/config/default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/aruba-2.6/config/default b/target/linux/aruba-2.6/config/default index 6ff30a9d84..a15c7340fd 100644 --- a/target/linux/aruba-2.6/config/default +++ b/target/linux/aruba-2.6/config/default @@ -118,7 +118,7 @@ CONFIG_MTD_CFI_NOSWAP=y # CONFIG_MTD_CFI_STAA is not set CONFIG_MTD_CFI_UTIL=y CONFIG_MTD_CHAR=y -CONFIG_MTD_CMDLINE_PARTS=y +# CONFIG_MTD_CMDLINE_PARTS is not set CONFIG_MTD_COMPLEX_MAPPINGS=y # CONFIG_MTD_CONCAT is not set # CONFIG_MTD_DEBUG is not set @@ -143,7 +143,7 @@ CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_BANKWIDTH=1 -CONFIG_MTD_PHYSMAP_LEN=0x400000 +CONFIG_MTD_PHYSMAP_LEN=0 CONFIG_MTD_PHYSMAP_START=0x1fc00000 # CONFIG_MTD_PLATRAM is not set # CONFIG_MTD_PMC551 is not set |