diff mbox

MTD: Fix bogus inequation

Message ID 1340476843-2662-1-git-send-email-marex@denx.de
State Accepted
Commit b8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5
Headers show

Commit Message

Marek Vasut June 23, 2012, 6:40 p.m. UTC
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Cc: David Woodhouse <David.Woodhouse@intel.com>
---
 drivers/mtd/devices/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Artem Bityutskiy June 27, 2012, 1:55 p.m. UTC | #1
On Sat, 2012-06-23 at 20:40 +0200, Marek Vasut wrote:
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
> Cc: David Woodhouse <David.Woodhouse@intel.com>
> ---
>  drivers/mtd/devices/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Pushed to l2-mtd.git, thanks!
Marek Vasut June 27, 2012, 8:16 p.m. UTC | #2
Dear Artem Bityutskiy,

> On Sat, 2012-06-23 at 20:40 +0200, Marek Vasut wrote:
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
> > Cc: David Woodhouse <David.Woodhouse@intel.com>
> > ---
> > 
> >  drivers/mtd/devices/Kconfig |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Pushed to l2-mtd.git, thanks!

Heh, you're welcome :-)

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 4cdb2af..6cc5a1a 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