summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/tqm8xx/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/tqm8xx/start/start.S')
-rw-r--r--bsps/powerpc/tqm8xx/start/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/tqm8xx/start/start.S b/bsps/powerpc/tqm8xx/start/start.S
index 62e8c5ba86..f134e336da 100644
--- a/bsps/powerpc/tqm8xx/start/start.S
+++ b/bsps/powerpc/tqm8xx/start/start.S
@@ -120,7 +120,7 @@ start_code_in_ram:
*/
/* Set stack pointer (common for RAM/ROM startup) */
- LA r1, _Configuration_Interrupt_stack_area_end
+ LA r1, _ISR_Stack_area_end
addi r1, r1, -0x10
/* Create NULL */