summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/mpc55xxevb/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/mpc55xxevb/start/start.S')
-rw-r--r--bsps/powerpc/mpc55xxevb/start/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/mpc55xxevb/start/start.S b/bsps/powerpc/mpc55xxevb/start/start.S
index 81893b6276..ff38d619b2 100644
--- a/bsps/powerpc/mpc55xxevb/start/start.S
+++ b/bsps/powerpc/mpc55xxevb/start/start.S
@@ -228,7 +228,7 @@ zero_intermediate_stack_loop:
bl mpc55xx_start_early
/* 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)