aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-11-21 15:16:38 -0700
committerJohn Rigby <john.rigby@linaro.org>2012-11-21 15:16:38 -0700
commitc5d34d0dffab30b9e0a846340e3c8cdf242f8fc1 (patch)
tree8328a478cb7dd71b0722be2737846a662ab8931b
parent5b752a1e0528aa29f5bd4cde0905c8b604c56255 (diff)
enable u-boot api for snowball2012.11.12012.09.2
Signed-off-by: John Rigby <john.rigby@linaro.org>
-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 */