diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:40:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:40:17 +0000 |
commit | 1232f91efb76f820e388b22f0617e204598f450b (patch) | |
tree | 060f624589b34164e51aade9ae968186271af6d5 /target/linux/adm8668/patches-3.3 | |
parent | b516c8d89da65e57820f0a6e0f19eab1c5dd0736 (diff) | |
download | upstream-1232f91efb76f820e388b22f0617e204598f450b.tar.gz upstream-1232f91efb76f820e388b22f0617e204598f450b.tar.bz2 upstream-1232f91efb76f820e388b22f0617e204598f450b.zip |
replace the custom mtd driver with a partition parser
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34554
Diffstat (limited to 'target/linux/adm8668/patches-3.3')
-rw-r--r-- | target/linux/adm8668/patches-3.3/003-adm8668_nor_map.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/adm8668/patches-3.3/003-adm8668_nor_map.patch b/target/linux/adm8668/patches-3.3/003-adm8668_nor_map.patch index eca9bc468a..8fe6f1e531 100644 --- a/target/linux/adm8668/patches-3.3/003-adm8668_nor_map.patch +++ b/target/linux/adm8668/patches-3.3/003-adm8668_nor_map.patch @@ -4,11 +4,11 @@ default "0x02000000" depends on MSP_FLASH_MAP_LIMIT_32M -+config MTD_ADM8668_NOR -+ tristate "ADM8668 NOR mapping" -+ depends on ADM8668 && MTD_CFI ++config MTD_ADM8668_PARTS ++ tristate "ADM8668 partition parser" ++ depends on ADM8668 + help -+ mapping driver for ADM8668 NOR ++ Partition parser for the Infineon/ADMTek ADM8668 (WildPass). + config MTD_SUN_UFLASH tristate "Sun Microsystems userflash support" @@ -19,7 +19,7 @@ endif # Chip mappings -+obj-$(CONFIG_MTD_ADM8668_NOR) += adm8668.o ++obj-$(CONFIG_MTD_ADM8668_PARTS) += adm8668.o obj-$(CONFIG_MTD_CDB89712) += cdb89712.o obj-$(CONFIG_MTD_CFI_FLAGADM) += cfi_flagadm.o obj-$(CONFIG_MTD_DC21285) += dc21285.o |