forked from Imagelibrary/rtems
bsps: Add fatal source/code to bsp_reset()
Mark bsp_reset() as no-return. Use default BSP fatal handler in lm32 and m68k BSPs. Remove empty bsp_reset() implementation. Update #5067.
This commit is contained in:
committed by
Joel Sherrill
parent
aeae283541
commit
002c6067ba
@@ -45,11 +45,6 @@
|
||||
* GDB Debugger Remote Server for RTEMS.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Hack to void including bsp.h. The reset needs a better API.
|
||||
*/
|
||||
extern void bsp_reset(void);
|
||||
|
||||
/*
|
||||
* Command lookup table.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user