summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/virtex5/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/virtex5/start/start.S')
-rw-r--r--bsps/powerpc/virtex5/start/start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/powerpc/virtex5/start/start.S b/bsps/powerpc/virtex5/start/start.S
index 2b12c18c89..b63c103b14 100644
--- a/bsps/powerpc/virtex5/start/start.S
+++ b/bsps/powerpc/virtex5/start/start.S
@@ -86,7 +86,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.
*
* All the entry veneer has to do is to clear the BSS.
*/
@@ -114,7 +114,7 @@ bss_length:
bss_addr:
.long __bss_start
stack_top:
- .long __stack_base
+ .long _Configuration_Interrupt_stack_area_end
.eject