From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Tue, 5 Mar 2013 10:54:05 -0500 Subject: [U-Boot] [PATCH] VCMA9: Enable CONFIG_CMD_NAND_YAFFS Message-ID: <1362498845-16908-1-git-send-email-trini@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de As this board has NAND and supports YAFFS2, add CONFIG_MD_NAND_YAFFS Cc: David M?ller Signed-off-by: Tom Rini --- 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