summaryrefslogtreecommitdiffstats
path: root/bsps/bfin/shared/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/bfin/shared/start/start.S')
-rw-r--r--bsps/bfin/shared/start/start.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsps/bfin/shared/start/start.S b/bsps/bfin/shared/start/start.S
index 3440f5ccc9..acf742cea2 100644
--- a/bsps/bfin/shared/start/start.S
+++ b/bsps/bfin/shared/start/start.S
@@ -22,8 +22,8 @@
__start:
/* Start by setting up a stack */
- sp.h = 0xFFB0;
- sp.l = 0x0F00;
+ sp.h = __ISR_Stack_area_end;
+ sp.l = __ISR_Stack_area_end;
/* Maybe we should zero the memory in the .bss section. */