summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/qoriq
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/qoriq')
-rw-r--r--bsps/powerpc/qoriq/start/bspstart.c2
-rw-r--r--bsps/powerpc/qoriq/start/start.S4
2 files changed, 3 insertions, 3 deletions
diff --git a/bsps/powerpc/qoriq/start/bspstart.c b/bsps/powerpc/qoriq/start/bspstart.c
index c0b1034736..56935bbb27 100644
--- a/bsps/powerpc/qoriq/start/bspstart.c
+++ b/bsps/powerpc/qoriq/start/bspstart.c
@@ -169,7 +169,7 @@ void bsp_start(void)
initialize_frequency_parameters();
qoriq_initialize_exceptions(
- (uintptr_t) _Configuration_Interrupt_stack_area_begin
+ (uintptr_t) _ISR_Stack_area_begin
);
bsp_interrupt_initialize();
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