summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-08-10 16:51:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-08-11 17:08:01 +0200
commit68114fd702c21cc1f9b52733c70837e00fb4d59c (patch)
treee504d95a348d854516e52c6d13e45b2c8fc23c76 /board
parentd36dd1dcc405802bc000d2e0cdc18dbc54292350 (diff)
downloadbarebox-68114fd702c21cc1f9b52733c70837e00fb4d59c.tar.gz
barebox-68114fd702c21cc1f9b52733c70837e00fb4d59c.tar.xz
Remove already commeted out baseboard devices. Useless here.
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'board')
-rw-r--r--board/a9m2410/a9m2410.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/board/a9m2410/a9m2410.c b/board/a9m2410/a9m2410.c
index 01e202190c..3a75edb2c9 100644
--- a/board/a9m2410/a9m2410.c
+++ b/board/a9m2410/a9m2410.c
@@ -62,30 +62,6 @@ static struct device_d network_dev = {
.size = 16,
};
-#if 0
-/*
- * dual 16550 based UART on the baseboard
- * connected to CS line 2 and interrupt line
- * GPIOX (EINT2 and EINT3), data width is 8 bit
- */
-static struct device_d ext_serial_dev[] = {
- {
- .name = "16550",
- .id = "serial",
- .map_base = CS2_BASE + 0x02000000, /* A25 = 1 */
- .size = 7,
- .type = DEVICE_TYPE_CONSOLE,
- },
- {
- .name = "16550",
- .id = "serial",
- .map_base = CS2_BASE + 0x04000000, /* A26 = 1 */
- .size = 16,
- .type = DEVICE_TYPE_CONSOLE,
- }
-};
-#endif
-
static int a9m2410_devices_init(void)
{
uint32_t reg;