[rtems commit] bsps: Delete LEON3_FATAL_CPU_COUNTER_INIT

Sebastian Huber sebh at rtems.org
Fri Feb 28 07:59:27 UTC 2014


Module:    rtems
Branch:    master
Commit:    dce7bba732f896d91bbc328d615907839909dafb
Changeset: http://git.rtems.org/rtems/commit/?id=dce7bba732f896d91bbc328d615907839909dafb

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Feb 24 16:25:24 2014 +0100

bsps: Delete LEON3_FATAL_CPU_COUNTER_INIT

---

 c/src/lib/libbsp/shared/include/fatal.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/shared/include/fatal.h b/c/src/lib/libbsp/shared/include/fatal.h
index 0bf0608..a2b90e8 100644
--- a/c/src/lib/libbsp/shared/include/fatal.h
+++ b/c/src/lib/libbsp/shared/include/fatal.h
@@ -47,8 +47,7 @@ typedef enum {
   BSP_ARM_PL111_FATAL_SEM_RELEASE,
 
   /* LEON3 fatal codes */
-  LEON3_FATAL_CPU_COUNTER_INIT = BSP_FATAL_CODE_BLOCK(2),
-  LEON3_FATAL_NO_IRQMP_CONTROLLER,
+  LEON3_FATAL_NO_IRQMP_CONTROLLER = BSP_FATAL_CODE_BLOCK(2),
   LEON3_FATAL_CONSOLE_REGISTER_DEV,
 
   /* LPC24XX fatal codes */




More information about the vc mailing list