summaryrefslogtreecommitdiffstats
path: root/bsps/bfin/bf537Stamp/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/bfin/bf537Stamp/start/start.S')
-rw-r--r--bsps/bfin/bf537Stamp/start/start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/bfin/bf537Stamp/start/start.S b/bsps/bfin/bf537Stamp/start/start.S
index a835a48764..cc6c7c62fb 100644
--- a/bsps/bfin/bf537Stamp/start/start.S
+++ b/bsps/bfin/bf537Stamp/start/start.S
@@ -19,8 +19,8 @@ __start:
cli r0;
/* setup an initial stack */
- sp.h = 0xFFB0;
- sp.l = 0x0F00;
+ sp.h = __ISR_Stack_area_end;
+ sp.l = __ISR_Stack_area_end;
/* disable timer interrupts */
p0.h = HI(TCNTL);