diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-24 13:05:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-24 13:05:22 +0000 |
commit | 7e856e5a97966fe89f6336783c0c676eb999e7cf (patch) | |
tree | b5ea6efbf3f80d929729070d75c06b9a4cfe9eea /target/linux/generic/patches-3.6/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch | |
parent | 4eda974038a1d09f9a73973566f72ebfd4ce556a (diff) | |
download | mtk-20170518-7e856e5a97966fe89f6336783c0c676eb999e7cf.zip mtk-20170518-7e856e5a97966fe89f6336783c0c676eb999e7cf.tar.gz mtk-20170518-7e856e5a97966fe89f6336783c0c676eb999e7cf.tar.bz2 |
make all 3.6 patches apply and build
SVN-Revision: 33911
Diffstat (limited to 'target/linux/generic/patches-3.6/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch')
-rw-r--r-- | target/linux/generic/patches-3.6/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/patches-3.6/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch b/target/linux/generic/patches-3.6/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch index 231d454..270586e 100644 --- a/target/linux/generic/patches-3.6/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch +++ b/target/linux/generic/patches-3.6/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch @@ -1,8 +1,8 @@ --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig -@@ -102,6 +102,14 @@ config M25PXX_USE_FAST_READ +@@ -110,6 +110,14 @@ config MTD_SPEAR_SMI help - This option enables FAST_READ access supported by ST M25Pxx. + This enable SNOR support on SPEAR platforms using SMI controller +config M25PXX_PREFER_SMALL_SECTOR_ERASE + bool "Prefer small sector erase" @@ -30,8 +30,8 @@ /****************************************************************************/ struct m25p { -@@ -925,7 +931,7 @@ static int __devinit m25p_probe(struct s - flash->mtd.write = m25p80_write; +@@ -899,7 +905,7 @@ static int __devinit m25p_probe(struct s + flash->mtd._write = m25p80_write; /* prefer "small sector" erase if possible */ - if (info->flags & SECT_4K) { |