[PATCH 10/36] i.MX nand: mx21 has a v1 type controller

Sascha Hauer s.hauer at pengutronix.de
Fri Dec 18 10:47:59 EST 2009


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 drivers/nand/nand_imx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/nand/nand_imx.c b/drivers/nand/nand_imx.c
index 5fe288f..5811e27 100644
--- a/drivers/nand/nand_imx.c
+++ b/drivers/nand/nand_imx.c
@@ -32,7 +32,7 @@
 
 #define DVR_VER "2.0"
 
-#define nfc_is_v21()		(cpu_is_mx25() || cpu_is_mx35())
+#define nfc_is_v21()		(cpu_is_mx25() || cpu_is_mx35() || cpu_is_mx21())
 #define nfc_is_v1()		(cpu_is_mx31() || cpu_is_mx27())
 
 /*
-- 
1.6.5.2




More information about the barebox mailing list