aboutsummaryrefslogtreecommitdiff
path: root/include/configs/snowball.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/snowball.h')
-rw-r--r--include/configs/snowball.h23
1 files changed, 7 insertions, 16 deletions
diff --git a/include/configs/snowball.h b/include/configs/snowball.h
index 48dc3ae78..a7ce95fa0 100644
--- a/include/configs/snowball.h
+++ b/include/configs/snowball.h
@@ -96,23 +96,19 @@
#define CONFIG_GENERIC_MMC
#define CONFIG_DOS_PARTITION
+#define CONFIG_SYS_NO_FLASH
+
/*
* Commands
*/
-#define CONFIG_CMD_MEMORY
-#define CONFIG_CMD_BOOTD
-#define CONFIG_CMD_BDI
-#define CONFIG_CMD_IMI
-#define CONFIG_CMD_MISC
-#define CONFIG_CMD_RUN
-#define CONFIG_CMD_ECHO
-#define CONFIG_CMD_CONSOLE
-#define CONFIG_CMD_LOADS
-#define CONFIG_CMD_LOADB
+#include <config_cmd_default.h>
+
#define CONFIG_CMD_MMC
#define CONFIG_CMD_FAT
#define CONFIG_CMD_EXT2
-#define CONFIG_CMD_SOURCE
+
+#define CONFIG_API
+#define CONFIG_SYS_MMC_MAX_DEVICE 2
#ifndef CONFIG_BOOTDELAY
#define CONFIG_BOOTDELAY 1
@@ -238,11 +234,6 @@
#define CFG_MMC_BASE 0x80126000
/*
- * FLASH and environment organization
- */
-#define CONFIG_SYS_NO_FLASH
-
-/*
* base register values for U8500
*/
#define CFG_PRCMU_BASE 0x80157000 /* Power, reset and clock */