[U-Boot] [PATCH V2 3/4] dkb: make mmc command as default enabled

Lei Wen leiwen at marvell.com
Tue Oct 4 08:33:43 CEST 2011


Signed-off-by: Lei Wen <leiwen at marvell.com>
---
Changelog:
V2: remove enable mmc function into seperated patch

 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
 /*
-- 
1.7.0.4



More information about the U-Boot mailing list