summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/virtex4/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/virtex4/start/start.S')
-rw-r--r--bsps/powerpc/virtex4/start/start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/powerpc/virtex4/start/start.S b/bsps/powerpc/virtex4/start/start.S
index 21948409bf..d4b8419551 100644
--- a/bsps/powerpc/virtex4/start/start.S
+++ b/bsps/powerpc/virtex4/start/start.S
@@ -82,7 +82,7 @@
* .bss
* see linker command file for section placement
*
- * The initial stack is set to __stack_base.
+ * The initial stack is set to _Configuration_Interrupt_stack_area_end.
*
*/
@@ -109,7 +109,7 @@ bss_length:
bss_addr:
.long __bss_start
stack_top:
- .long __stack_base
+ .long _Configuration_Interrupt_stack_area_end
dccr_contents:
.long __dccr
iccr_contents: