summaryrefslogtreecommitdiffstats
path: root/bsps/sparc
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2019-01-18 11:24:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-22 12:48:19 +0100
commit411c29735d8a824704384d12acfca06dc78db232 (patch)
tree2a59cf1363ba0c48cbfdf566560f2764fa4da6a7 /bsps/sparc
parentgrlib: Move source files (diff)
downloadrtems-411c29735d8a824704384d12acfca06dc78db232.tar.bz2
grlib: make apbuart driver independent of bsp
Update #3678.
Diffstat (limited to 'bsps/sparc')
-rw-r--r--bsps/sparc/leon2/include/leon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsps/sparc/leon2/include/leon.h b/bsps/sparc/leon2/include/leon.h
index bba06e56c6..7ec6b1dcf9 100644
--- a/bsps/sparc/leon2/include/leon.h
+++ b/bsps/sparc/leon2/include/leon.h
@@ -266,7 +266,6 @@ typedef struct {
#define LEON_REG_UART_CTRL_PE 0x00000020 /* Parity enable */
#define LEON_REG_UART_CTRL_FL 0x00000040 /* Flow control enable */
#define LEON_REG_UART_CTRL_LB 0x00000080 /* Loop Back enable */
-#define LEON_REG_UART_CTRL_DB 0x00000800 /* Debug FIFO enable */
#ifndef ASM