diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-13 20:41:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-13 20:41:22 +0000 |
commit | 5afedc67e2fa7ad440516a64534acc28f3a61500 (patch) | |
tree | d81525cfd46a61ef1c060ac15c317cfd64c1a7dc /target/linux/generic/config-2.6.39 | |
parent | 470b1f471a745eab6765fdf1edea3e882d682f9e (diff) | |
download | mtk-20170518-5afedc67e2fa7ad440516a64534acc28f3a61500.zip mtk-20170518-5afedc67e2fa7ad440516a64534acc28f3a61500.tar.gz mtk-20170518-5afedc67e2fa7ad440516a64534acc28f3a61500.tar.bz2 |
generic: disable 'small sector' erase in m25p80 driver
This fixes the issues with the jffs2 images on various boards. Using
JFFS2 on devices with 4KiB erase sectors is not safe:
http://lists.infradead.org/pipermail/linux-mtd/2011-June/036591.html
SVN-Revision: 29521
Diffstat (limited to 'target/linux/generic/config-2.6.39')
-rw-r--r-- | target/linux/generic/config-2.6.39 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.39 b/target/linux/generic/config-2.6.39 index fd6c5cd..b6bbc5a 100644 --- a/target/linux/generic/config-2.6.39 +++ b/target/linux/generic/config-2.6.39 @@ -1288,6 +1288,7 @@ CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LXT_PHY is not set CONFIG_LZMA_COMPRESS=y CONFIG_LZMA_DECOMPRESS=y +# CONFIG_M25PXX_PREFER_SMALL_SECTOR_ERASE is not set # CONFIG_MAC80211 is not set # CONFIG_MACH_DECSTATION is not set # CONFIG_MACH_JAZZ is not set |