forked from Imagelibrary/rtems
bf537Stamp: Re-enable bsp_reset()
This commit is contained in:
@@ -26,7 +26,7 @@ RTEMS_BSPOPTS_HELP([BFIN_ON_SKYEYE],
|
|||||||
[(BSP--Skyeye)
|
[(BSP--Skyeye)
|
||||||
If defined, disable features which are not supported on 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
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
|
|||||||
@@ -106,6 +106,8 @@ loop4: p0 +=1;
|
|||||||
call (p0);
|
call (p0);
|
||||||
sp += 12;
|
sp += 12;
|
||||||
|
|
||||||
|
.global _bsp_reset
|
||||||
|
_bsp_reset:
|
||||||
HLT
|
HLT
|
||||||
p0.h = _exit;
|
p0.h = _exit;
|
||||||
p0.l = _exit;
|
p0.l = _exit;
|
||||||
|
|||||||
Reference in New Issue
Block a user