diff options
| author | Tom Rini <trini@ti.com> | 2013-03-05 05:54:05 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-04-12 22:08:55 +0200 | 
| commit | b930a3e637661febb52bfa0e7774bed1af8c60ae (patch) | |
| tree | c322c4625e9b9320795a76123ea5c77689a771fe | |
| parent | 18122019972ca639ee3b581257e3a63ff7c8efeb (diff) | |
| download | olio-uboot-2014.01-b930a3e637661febb52bfa0e7774bed1af8c60ae.tar.xz olio-uboot-2014.01-b930a3e637661febb52bfa0e7774bed1af8c60ae.zip | |
VCMA9: Enable CONFIG_CMD_NAND_YAFFS
As this board has NAND and supports YAFFS2, add CONFIG_MD_NAND_YAFFS
Cc: David Müller <d.mueller@elsoft.ch>
Signed-off-by: Tom Rini <trini@ti.com>
Acked-by: David Müller <d.mueller@elsoft.ch>
| -rw-r--r-- | include/configs/VCMA9.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index fb7d92225..2b3d59f72 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 |