summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/csb337/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-02 22:19:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-02 22:19:44 +0000
commite7bde49248aedbc6e4cc8d71357683e2ace42ba3 (patch)
tree871489e71229dd83a09da1a259ec1abe7bd6669b /c/src/lib/libbsp/arm/csb337/include/bsp.h
parentAs per Freescale chip errata, disable buffered writes. (diff)
downloadrtems-e7bde49248aedbc6e4cc8d71357683e2ace42ba3.tar.bz2
2009-06-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac, preinstall.am, console/uarts.c, include/bsp.h, startup/memmap.c: Add support for /dev/fbcons which is a console type output only device to print to the LCD screen. The video controller (SED) and fonts are copied from MicroMonitor and proper attribution is made in those files and confirmed by Ed Sutter. * console/fbcons.c, console/font8x16.h, console/sed1356.c, console/sed1356_16bit.h, include/sed1356.h: New files.
Diffstat (limited to 'c/src/lib/libbsp/arm/csb337/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/arm/csb337/include/bsp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/arm/csb337/include/bsp.h b/c/src/lib/libbsp/arm/csb337/include/bsp.h
index d06c2807a9..1e5a8cc88f 100644
--- a/c/src/lib/libbsp/arm/csb337/include/bsp.h
+++ b/c/src/lib/libbsp/arm/csb337/include/bsp.h
@@ -37,9 +37,6 @@ extern "C" {
console_tbl *BSP_get_uart_from_minor(int minor);
static inline int32_t BSP_get_baud(void) {return 38400;}
-/* How many serial ports? */
-#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 1
-
#define ST_PIMR_PIV 33 /* 33 ticks of the 32.768Khz clock ~= 1msec */
/*