diff options
Diffstat (limited to 'include/config_cmd_default.h')
-rw-r--r-- | include/config_cmd_default.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/config_cmd_default.h b/include/config_cmd_default.h index a5d87a6..db3d781 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 */ |