summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2014-06-13 10:18:01 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2014-10-09 13:19:40 +0200
commita387e944f82f41597cebc258b5cab312afb525cd (patch)
treedb122727c656421af32baa760006ad4e96c2cd43 /c/src/lib/libbsp/shared
parentSPARC BSPs: irq-shared.c code style clean-up (diff)
downloadrtems-a387e944f82f41597cebc258b5cab312afb525cd.tar.bz2
LEON3: use interrupt layer in clock driver
Manupilating the interrupt control registers directly instead of going through the interrupt layer can be deceiving.
Diffstat (limited to 'c/src/lib/libbsp/shared')
-rw-r--r--c/src/lib/libbsp/shared/include/fatal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/include/fatal.h b/c/src/lib/libbsp/shared/include/fatal.h
index b57fbaa136..5098c6d5dd 100644
--- a/c/src/lib/libbsp/shared/include/fatal.h
+++ b/c/src/lib/libbsp/shared/include/fatal.h
@@ -51,6 +51,7 @@ typedef enum {
/* LEON3 fatal codes */
LEON3_FATAL_NO_IRQMP_CONTROLLER = BSP_FATAL_CODE_BLOCK(2),
LEON3_FATAL_CONSOLE_REGISTER_DEV,
+ LEON3_FATAL_CLOCK_INITIALIZATION,
/* LPC24XX fatal codes */
LPC24XX_FATAL_PL111_SET_UP = BSP_FATAL_CODE_BLOCK(3),