aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm8668/patches-3.3
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2014-08-16 18:09:31 +0000
committerFlorian Fainelli <florian@openwrt.org>2014-08-16 18:09:31 +0000
commit7e958dede6bc6ffae37042de6e1d1a77995e245b (patch)
tree5821947f6d6547e88905f0f30291e169a2832e93 /target/linux/adm8668/patches-3.3
parent5d44c5775f0b15a2dbbdb07687c5c8d6343d8aa5 (diff)
downloadupstream-7e958dede6bc6ffae37042de6e1d1a77995e245b.tar.gz
upstream-7e958dede6bc6ffae37042de6e1d1a77995e245b.tar.bz2
upstream-7e958dede6bc6ffae37042de6e1d1a77995e245b.zip
adm8668: revert changeset 34554
The conversion was not 100% correct and leads to u-boot failing to verify the CRC, revert that change for now. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42170 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm8668/patches-3.3')
-rw-r--r--target/linux/adm8668/patches-3.3/003-adm8668_nor_map.patch10
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 8fe6f1e531..eca9bc468a 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_PARTS
-+ tristate "ADM8668 partition parser"
-+ depends on ADM8668
++config MTD_ADM8668_NOR
++ tristate "ADM8668 NOR mapping"
++ depends on ADM8668 && MTD_CFI
+ help
-+ Partition parser for the Infineon/ADMTek ADM8668 (WildPass).
++ mapping driver for ADM8668 NOR
+
config MTD_SUN_UFLASH
tristate "Sun Microsystems userflash support"
@@ -19,7 +19,7 @@
endif
# Chip mappings
-+obj-$(CONFIG_MTD_ADM8668_PARTS) += adm8668.o
++obj-$(CONFIG_MTD_ADM8668_NOR) += adm8668.o
obj-$(CONFIG_MTD_CDB89712) += cdb89712.o
obj-$(CONFIG_MTD_CFI_FLAGADM) += cfi_flagadm.o
obj-$(CONFIG_MTD_DC21285) += dc21285.o