forked from Imagelibrary/rtems
@@ -19,8 +19,8 @@ __start:
|
|||||||
cli r0;
|
cli r0;
|
||||||
|
|
||||||
/* setup an initial stack */
|
/* setup an initial stack */
|
||||||
sp.h = 0xFFB0;
|
sp.h = __ISR_Stack_area_end;
|
||||||
sp.l = 0x0F00;
|
sp.l = __ISR_Stack_area_end;
|
||||||
|
|
||||||
/* disable timer interrupts */
|
/* disable timer interrupts */
|
||||||
p0.h = HI(TCNTL);
|
p0.h = HI(TCNTL);
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
__start:
|
__start:
|
||||||
|
|
||||||
/* Start by setting up a stack */
|
/* Start by setting up a stack */
|
||||||
sp.h = 0xFFB0;
|
sp.h = __ISR_Stack_area_end;
|
||||||
sp.l = 0x0F00;
|
sp.l = __ISR_Stack_area_end;
|
||||||
|
|
||||||
/* Maybe we should zero the memory in the .bss section. */
|
/* Maybe we should zero the memory in the .bss section. */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user