forked from Imagelibrary/rtems
@@ -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);
|
||||
|
||||
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user