summaryrefslogtreecommitdiff
path: root/include/config_cmd_default.h
diff options
context:
space:
mode:
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 */