diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-08-16 18:09:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-08-16 18:09:31 +0000 |
commit | 4147bca9ac63b950cc816e77e1756aff94145313 (patch) | |
tree | 07e73d5c080189a971cc0a111102b924ac0c33ba /target/linux/adm8668/config-3.3 | |
parent | 21fde478d9330462b4d4c925c7812d011c75b028 (diff) | |
download | upstream-4147bca9ac63b950cc816e77e1756aff94145313.tar.gz upstream-4147bca9ac63b950cc816e77e1756aff94145313.tar.bz2 upstream-4147bca9ac63b950cc816e77e1756aff94145313.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>
SVN-Revision: 42170
Diffstat (limited to 'target/linux/adm8668/config-3.3')
-rw-r--r-- | target/linux/adm8668/config-3.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/adm8668/config-3.3 b/target/linux/adm8668/config-3.3 index e63f14053c..fcf0b5ee4b 100644 --- a/target/linux/adm8668/config-3.3 +++ b/target/linux/adm8668/config-3.3 @@ -67,8 +67,7 @@ CONFIG_MIPS=y CONFIG_MIPS_L1_CACHE_SHIFT=5 # CONFIG_MIPS_MACHINE is not set CONFIG_MIPS_MT_DISABLED=y -CONFIG_MTD_ADM8668_PARTS=y -CONFIG_MTD_PHYSMAP=y +CONFIG_MTD_ADM8668_NOR=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NET_TULIP=y |