summaryrefslogtreecommitdiff
path: root/include/config_cmd_default.h
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2011-08-12 12:54:58 +0800
committerTerry Lv <r65388@freescale.com>2011-09-01 11:45:02 +0800
commit72ac6998a7700c2c64a4a7f4d6d44bbc980558f6 (patch)
tree1c07090998bd507e3cde3c481e0fa859ec25a3d5 /include/config_cmd_default.h
parentd187eb3675f1408d206e9013bcde38793f5d1ca8 (diff)
ENGR00154666-3: Align u-boot mmc command with community
This patch will enhance mmc command. 1. Add erase command. 2. Abandon dev_no in mmc command. User need to switch slot with "mmc dev" command. 3. Add mmc part switch command. Enhance partition switch support. 4. Add mmc bootpart. Boot partition support is more flexible. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/config_cmd_default.h')
-rw-r--r--include/config_cmd_default.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/config_cmd_default.h b/include/config_cmd_default.h
index a5d87a68e8b..db3d781774e 100644
--- a/include/config_cmd_default.h
+++ b/include/config_cmd_default.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 Freescale Semiconductor, Inc.
+ * Copyright (C) 2007-2011 Freescale Semiconductor, Inc.
*
* This file is licensed under the terms of the GNU General Public
* License Version 2. This file is licensed "as is" without any
@@ -39,4 +39,6 @@
#define CONFIG_CMD_SOURCE /* "source" command support */
#define CONFIG_CMD_XIMG /* Load part of Multi Image */
+#define CONFIG_PARTITIONS 1
+
#endif /* _CONFIG_CMD_DEFAULT_H */