aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/ppc')
-rw-r--r--src/arch/ppc/init/ppc_main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arch/ppc/init/ppc_main.c b/src/arch/ppc/init/ppc_main.c
index 06fc33c89b..67f8a2abfb 100644
--- a/src/arch/ppc/init/ppc_main.c
+++ b/src/arch/ppc/init/ppc_main.c
@@ -3,6 +3,8 @@
* gwatson@lanl.gov
*/
+#include <sdram.h>
+
extern unsigned _iseg[];
extern unsigned _liseg[];
extern unsigned _eliseg[];
@@ -15,7 +17,7 @@ void (*hardwaremain)(int) = _iseg;
*
* - turn on real memory
* - relocate our payload into real memory
- * - start executing payload
+ * - start hardwaremain() which does remainder of setup
*/
void ppc_main(void)