[U-Boot] [PATCH] VCMA9: Enable CONFIG_CMD_NAND_YAFFS

Tom Rini trini at ti.com
Tue Mar 5 16:54:05 CET 2013


As this board has NAND and supports YAFFS2, add CONFIG_MD_NAND_YAFFS

Cc: David Müller <d.mueller at elsoft.ch>
Signed-off-by: Tom Rini <trini at ti.com>
---
 include/configs/VCMA9.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h
index fb7d922..2b3d59f 100644
--- a/include/configs/VCMA9.h
+++ b/include/configs/VCMA9.h
@@ -77,6 +77,7 @@
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_BSP
 #define CONFIG_CMD_NAND
+#define CONFIG_CMD_NAND_YAFFS
 
 #define CONFIG_BOARD_LATE_INIT
 
-- 
1.7.9.5



More information about the U-Boot mailing list