forked from Imagelibrary/rtems
bsps/sparc: Define bsp_reset()
This is declared in <bsp/bootcard.h> and is the usual function to reset a board.
This commit is contained in:
@@ -364,7 +364,9 @@ zerobss:
|
|||||||
nop
|
nop
|
||||||
|
|
||||||
PUBLIC(BSP_fatal_return)
|
PUBLIC(BSP_fatal_return)
|
||||||
|
PUBLIC(bsp_reset)
|
||||||
SYM(BSP_fatal_return):
|
SYM(BSP_fatal_return):
|
||||||
|
SYM(bsp_reset):
|
||||||
mov 1, %g1
|
mov 1, %g1
|
||||||
ta 0 ! Halt if _main returns ...
|
ta 0 ! Halt if _main returns ...
|
||||||
nop
|
nop
|
||||||
|
|||||||
Reference in New Issue
Block a user