m32cbsp: Add bsp_reset() so the BSP exits

This commit is contained in:
Joel Sherrill
2015-03-12 15:01:02 -05:00
parent d937d364af
commit f1b468045e
2 changed files with 3 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
RTEMS_BSP_CLEANUP_OPTIONS(0, 1)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])

View File

@@ -83,6 +83,8 @@ _start:
mov.w r0,r1
#endif
.global _bsp_reset
_bsp_reset:
jsr.a _sys_exit
.text