summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-08 21:18:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-08 21:18:38 +0000
commitfe4842804875774ea136810355b99490af342003 (patch)
treeba074c978cef9aaee6292f3412e1c415be549e85
parent2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fe4842804875774ea136810355b99490af342003.tar.bz2
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: BSP should not define CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/include/bsp.h4
2 files changed, 5 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/beatnik/ChangeLog b/c/src/lib/libbsp/powerpc/beatnik/ChangeLog
index 8d3bfb8dfe..e0c4c32897 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/beatnik/ChangeLog
@@ -1,5 +1,10 @@
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * include/bsp.h: BSP should not define
+ CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
+
+2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* network/if_em/Makefile, network/if_gfe/Makefile: Removed.
2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h b/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
index 84a3cfce00..84939a6198 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/beatnik/include/bsp.h
@@ -59,16 +59,12 @@ BSP_getDiscoveryVersion(int assertion);
/*
* confdefs.h overrides for this BSP:
- * - termios serial ports (defaults to 1)
* - Interrupt stack space is not minimum if defined.
*/
-
-#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 2
#define BSP_INTERRUPT_STACK_SIZE (16 * 1024)
/*
* base address definitions for several devices
- *
*/
#define BSP_MV64x60_BASE (0xf1000000)
#define BSP_MV64x60_DEV1_BASE (0xf1100000)