diff options
author | Lei Wen <leiwen@marvell.com> | 2011-10-03 20:33:43 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-10-27 21:56:37 +0200 |
commit | cfeba45f505290ec719076dd174727d10045aa2b (patch) | |
tree | c37324d13bd32d3bb4d9d9254d3fb04b0d7bf2bc | |
parent | 19d3dbe2440d7efdf0e7c1d7c489cccbbdb44171 (diff) | |
download | u-boot-imx-cfeba45f505290ec719076dd174727d10045aa2b.zip u-boot-imx-cfeba45f505290ec719076dd174727d10045aa2b.tar.gz u-boot-imx-cfeba45f505290ec719076dd174727d10045aa2b.tar.bz2 |
dkb: make mmc command as default enabled
Signed-off-by: Lei Wen <leiwen@marvell.com>
-rw-r--r-- | include/configs/dkb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/dkb.h b/include/configs/dkb.h index 3d27c58..fb02d92 100644 --- a/include/configs/dkb.h +++ b/include/configs/dkb.h @@ -47,6 +47,7 @@ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ #include <config_cmd_default.h> #define CONFIG_CMD_I2C +#define CONFIG_CMD_MMC #undef CONFIG_CMD_NET #undef CONFIG_CMD_NFS /* |