aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-06-23 20:40:43 +0200
committerDavid Woodhouse <David.Woodhouse@intel.com>2012-07-06 18:17:55 +0100
commitb8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5 (patch)
treeb84ae885f53200d5b6eaa91ae3ab8fc4fb6a884f
parentmtd: nand_bbt: refactor check_pattern_no_oob() (diff)
downloadlinux-dev-b8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5.tar.xz
linux-dev-b8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5.zip
mtd: fix bogus inequation
Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-rw-r--r--drivers/mtd/devices/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 4cdb2af7bf44..6cc5a1ac3802 100644
--- a/drivers/mtd/devices/Kconfig
+++ b/drivers/mtd/devices/Kconfig
@@ -97,7 +97,7 @@ config MTD_M25P80
doesn't support the JEDEC ID instruction.
config M25PXX_USE_FAST_READ
- bool "Use FAST_READ OPCode allowing SPI CLK <= 50MHz"
+ bool "Use FAST_READ OPCode allowing SPI CLK >= 50MHz"
depends on MTD_M25P80
default y
help