bf537Stamp: Re-enable bsp_reset()

This commit is contained in:
Joel Sherrill
2015-04-15 10:02:44 -05:00
parent 74c4facdce
commit cb02e8accc
2 changed files with 3 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ RTEMS_BSPOPTS_HELP([BFIN_ON_SKYEYE],
[(BSP--Skyeye)
If defined, disable features which are not supported on Skyeye.])
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
RTEMS_BSP_CLEANUP_OPTIONS(0, 1, 0)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])

View File

@@ -106,6 +106,8 @@ loop4: p0 +=1;
call (p0);
sp += 12;
.global _bsp_reset
_bsp_reset:
HLT
p0.h = _exit;
p0.l = _exit;