[U-Boot] [PATCH 09/13] colibri_t20: enable nand onfi detection

Marcel Ziswiler marcel at ziswiler.com
Mon Jul 6 10:20:35 CEST 2015


From: Marcel Ziswiler <marcel.ziswiler at toradex.com>

Now after having fixed NAND ONFI detection actually enable it to make
the various Colibri T20 module versions with different NAND chips
assembled actually work.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
---
 include/configs/colibri_t20.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h
index c85fb9f..6dc1c3a 100644
--- a/include/configs/colibri_t20.h
+++ b/include/configs/colibri_t20.h
@@ -65,6 +65,7 @@
 #define CONFIG_CMD_NAND
 #define CONFIG_TEGRA_NAND
 #define CONFIG_SYS_MAX_NAND_DEVICE	1
+#define CONFIG_SYS_NAND_ONFI_DETECTION
 
 /* Environment in NAND, 64K is a bit excessive but erase block is 512K anyway */
 #define CONFIG_ENV_IS_IN_NAND
-- 
1.9.3



More information about the U-Boot mailing list