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:
Sebastian Huber
2024-07-17 18:38:07 +02:00
committed by Joel Sherrill
parent aeae283541
commit 002c6067ba
95 changed files with 256 additions and 247 deletions

View File

@@ -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.
*/