summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/console/conscfg.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-07-28 14:15:36 -0500
committerJoel Sherrill <joel@rtems.org>2017-07-28 14:17:32 -0500
commitdd6992fd7c534bbb05e7cd85274f668632aa2de2 (patch)
tree2f7fecc6bc5ea4afd09cbd56e88dcc5da617bd32 /c/src/lib/libbsp/i386/pc386/console/conscfg.c
parentbeagle/i2c/bbb-i2c.c: Eliminiate set but not used warning (diff)
downloadrtems-dd6992fd7c534bbb05e7cd85274f668632aa2de2.tar.bz2
Remove Edison BSP.
Intel has obsoleted this hardware and the BSP was never completed. closes #3086.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/console/conscfg.c')
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/conscfg.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/console/conscfg.c b/c/src/lib/libbsp/i386/pc386/console/conscfg.c
index 82d3cf9f98..97eb1b8cbb 100644
--- a/c/src/lib/libbsp/i386/pc386/console/conscfg.c
+++ b/c/src/lib/libbsp/i386/pc386/console/conscfg.c
@@ -60,10 +60,6 @@
}
#endif
-#if (BSP_IS_EDISON == 1 )
- extern const console_fns edison_fns;
-#endif
-
/*
* Default to the PC VGA console if present and configured.
*/
@@ -99,27 +95,6 @@ unsigned long Console_Configuration_Count =
(sizeof(Console_Configuration_Ports)/sizeof(console_tbl));
static console_tbl Legacy_Ports[] = {
-#if (BSP_IS_EDISON == 1)
- {
- "/dev/com1", /* sDeviceName */
- -1, /* deviceType */
- &edison_fns, /* pDeviceFns */
- NULL, /* deviceProbe */
- NULL, /* pDeviceFlow */
- 16, /* ulMargin */
- 8, /* ulHysteresis */
- (void *) NULL, /* NULL */ /* pDeviceParams */
- 0x00000000, /* ulCtrlPort1 */
- 0x00000000, /* ulCtrlPort2 */
- 0x00000000, /* ulDataPort */
- NULL, /* getRegister */
- NULL, /* setRegister */
- NULL,/* unused */ /* getData */
- NULL,/* unused */ /* setData */
- 0x0, /* ulClock */
- 0x0 /* ulIntVector -- base for port */
- },
-#endif
#if BSP_ENABLE_COM1_COM4
{
"/dev/com1", /* sDeviceName */