aboutsummaryrefslogtreecommitdiff
path: root/include/configs/arndale5250.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/arndale5250.h')
-rw-r--r--include/configs/arndale5250.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/arndale5250.h b/include/configs/arndale5250.h
index d131fe8e8..05b879759 100644
--- a/include/configs/arndale5250.h
+++ b/include/configs/arndale5250.h
@@ -112,6 +112,9 @@
#define CONFIG_USB_STORAGE
#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3
+/* SYSFLAGS register */
+#define CONFIG_SYSFLAGS_ADDR 0x02020000
+
/* MMC SPL */
#define CONFIG_SPL
#define COPY_BL2_FNPTR_ADDR 0x02020030
@@ -121,6 +124,9 @@
#define CONFIG_SPL_TEXT_BASE 0x02023400
#define CONFIG_SPL_MAX_SIZE (14 * 1024)
+/* secondary SMP pens */
+#define CONFIG_SPL_SMP_PEN (CONFIG_SPL_TEXT_BASE + CONFIG_SPL_MAX_SIZE - 8)
+
#define CONFIG_BOOTCOMMAND "mmc read 40007000 451 2000; bootm 40007000"
/* Miscellaneous configurable options */
#define CONFIG_SYS_LONGHELP /* undef to save memory */