summaryrefslogtreecommitdiffstats
path: root/include/configs/AP1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/AP1000.h')
-rw-r--r--include/configs/AP1000.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/AP1000.h b/include/configs/AP1000.h
index 875cb142b8..a8edafa1bb 100644
--- a/include/configs/AP1000.h
+++ b/include/configs/AP1000.h
@@ -27,6 +27,13 @@
#define CONFIG_AP1000 1 /* ...on an AP1000 board */
+/*
+ * Start at bottom of RAM, but at an aliased address so that it looks
+ * like it's not in RAM. This is a bit of voodoo to allow it to be
+ * run from RAM instead of Flash.
+ */
+#define CONFIG_SYS_TEXT_BASE 0x08000000
+
#define CONFIG_PCI 1
#define CONFIG_SYS_HUSH_PARSER 1 /* use "hush" command parser */
OpenPOWER on IntegriCloud