summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2011-11-08 23:18:21 +0000
committerStefano Babic <[email protected]>2011-11-11 11:36:57 +0100
commit04fe4273d3a3a6d0a0de25d6bfa91e89917d60fb (patch)
treeccf31dea109a2907cf3e8480280e40f9efbecc98 /include
parentfc102728561da84fbe8496c0f72adf38f07896ac (diff)
M28: Add MMC SPL
This patch adds SPL code for the M28 board. Signed-off-by: Marek Vasut <[email protected]> Cc: Andy Fleming <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: Detlev Zundel <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/m28evk.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index d88e09ec42a..59e3e05a3c1 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -43,6 +43,14 @@
#define CONFIG_ARCH_CPU_INIT
/*
+ * SPL
+ */
+#define CONFIG_SPL
+#define CONFIG_SPL_NO_CPU_SUPPORT_CODE
+#define CONFIG_SPL_START_S_PATH "board/denx/m28evk"
+#define CONFIG_SPL_LDSCRIPT "board/denx/m28evk/u-boot-spl.lds"
+
+/*
* U-Boot Commands
*/
#include <config_cmd_default.h>