summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/haleakala/start/dlentry.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/haleakala/start/dlentry.S')
-rw-r--r--bsps/powerpc/haleakala/start/dlentry.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/powerpc/haleakala/start/dlentry.S b/bsps/powerpc/haleakala/start/dlentry.S
index 2395d89886..54fbb7668b 100644
--- a/bsps/powerpc/haleakala/start/dlentry.S
+++ b/bsps/powerpc/haleakala/start/dlentry.S
@@ -54,7 +54,7 @@
* .bss
* see linker command file for section placement
*
- * The initial stack is set to stack.end
+ * The initial stack is set to _Configuration_Interrupt_stack_area_end.
*
* All the entry veneer has to do is to clear the BSS.
*/
@@ -98,7 +98,7 @@ sbss_length:
sbss_addr:
.long sbss.start
stack_top:
- .long stack.end
+ .long _Configuration_Interrupt_stack_area_end
PUBLIC_VAR (text_addr)
text_addr:
.long text.start