summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/include/bsp.h
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2011-12-15 17:31:17 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2015-04-17 01:10:16 +0200
commit3db9e5b03dc8cf115f1796d45fa9f1e432d4389b (patch)
tree093eb18c22765b7c40879fc3e5c004fe8df66069 /c/src/lib/libbsp/sparc/leon2/include/bsp.h
parentLEON3: implemented AMBA PnP Bus Driver for Driver Manager (diff)
downloadrtems-3db9e5b03dc8cf115f1796d45fa9f1e432d4389b.tar.bz2
LEON2: implemented AMBA Bus Driver for Driver Manager
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/include/bsp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/include/bsp.h b/c/src/lib/libbsp/sparc/leon2/include/bsp.h
index 48c4b680cf..dce8bea661 100644
--- a/c/src/lib/libbsp/sparc/leon2/include/bsp.h
+++ b/c/src/lib/libbsp/sparc/leon2/include/bsp.h
@@ -220,6 +220,13 @@ int cchip1_register(void);
/* AT697 has PCI defined as big endian */
#define BSP_PCI_BIG_ENDIAN
+/* Common driver build-time configurations. On small systems undefine
+ * [DRIVER]_INFO_AVAIL to avoid info routines get dragged in. It is good
+ * for debugging and printing information about the system, but makes the
+ * image bigger.
+ */
+#define AMBAPPBUS_INFO_AVAIL /* AMBAPP Bus driver */
+
#ifdef __cplusplus
}
#endif