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:
Sebastian Huber
2012-11-14 11:53:38 +01:00
parent 3a1d9c6711
commit a3e8ab2a4c

View File

@@ -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