summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/qoriq/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/qoriq/start/start.S')
-rw-r--r--bsps/powerpc/qoriq/start/start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/powerpc/qoriq/start/start.S b/bsps/powerpc/qoriq/start/start.S
index 57342971b6..87db3cfff2 100644
--- a/bsps/powerpc/qoriq/start/start.S
+++ b/bsps/powerpc/qoriq/start/start.S
@@ -56,8 +56,8 @@ _start:
bl .Linitearly
/* Get start stack */
- LA START_STACK, _Configuration_Interrupt_stack_area_begin
- LA r3, _Configuration_Interrupt_stack_size
+ LA START_STACK, _ISR_Stack_area_begin
+ LA r3, _ISR_Stack_size
add START_STACK, START_STACK, r3
bl .Linitmore