bsp/jmr3904: Define bsp_reset()

This is declared in <bsp/bootcard.h> and is the usual function to reset
a board.
This commit is contained in:
Sebastian Huber
2012-11-15 13:04:42 +01:00
parent db5cb2629b
commit 767b4c12ce
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,6 @@ libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
libbsp_a_SOURCES += startup/bspstart.c
libbsp_a_SOURCES += ../../shared/bootcard.c
libbsp_a_SOURCES += ../../shared/sbrk.c
libbsp_a_SOURCES += ../../shared/bspreset.c
# clock
libbsp_a_SOURCES += clock/clockdrv.c
libbsp_a_SOURCES += ../../shared/clockdrv_shell.h

View File

@@ -177,6 +177,8 @@ init:
* executables that contain a complete world to be linked with
* just the crt0.o object.
*/
.globl bsp_reset
bsp_reset:
.globl _sys_exit
.ent _sys_exit
_sys_exit: