summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/t32mppc/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/t32mppc/start/start.S')
-rw-r--r--bsps/powerpc/t32mppc/start/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/t32mppc/start/start.S b/bsps/powerpc/t32mppc/start/start.S
index e4066adb6f..ac7d6f5de7 100644
--- a/bsps/powerpc/t32mppc/start/start.S
+++ b/bsps/powerpc/t32mppc/start/start.S
@@ -34,7 +34,7 @@ _start:
mtspr HID0, r0
/* Initialize start stack */
- LA r1, _Configuration_Interrupt_stack_area_end
+ LA r1, _ISR_Stack_area_end
subi r1, r1, 16
li r0, 0
stw r0, 0(r1)