summaryrefslogtreecommitdiffstats
path: root/board/imx21ads
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-06-11 12:51:26 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-07-21 16:41:46 +0200
commitf8307efb820452056f6f396fa0501483b5c485db (patch)
tree8b8bd0b10a1f0d55669183af5c28d683df1d9f38 /board/imx21ads
parent6872d79b7325c6ae82b79ab5c8a0b3eb0181e50f (diff)
downloadbarebox-f8307efb820452056f6f396fa0501483b5c485db.tar.gz
barebox-f8307efb820452056f6f396fa0501483b5c485db.tar.xz
remove id fields from struct device_d
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'board/imx21ads')
-rw-r--r--board/imx21ads/imx21ads.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/imx21ads/imx21ads.c b/board/imx21ads/imx21ads.c
index 20dd9676f1..3e1f47ff3c 100644
--- a/board/imx21ads/imx21ads.c
+++ b/board/imx21ads/imx21ads.c
@@ -38,8 +38,6 @@
static struct device_d cfi_dev = {
.name = "cfi_flash",
- .id = "nor0",
-
.map_base = 0xC8000000,
.size = 32 * 1024 * 1024,
};
@@ -69,7 +67,6 @@ static struct device_d nand_dev = {
static struct device_d cs8900_dev = {
.name = "cs8900",
- .id = "eth0",
.map_base = IMX_CS1_BASE,
// IRQ is connected to UART3_RTS
};
@@ -141,7 +138,6 @@ device_initcall(mx21ads_devices_init);
static struct device_d mx21ads_serial_device = {
.name = "imx_serial",
- .id = "cs0",
.map_base = IMX_UART1_BASE,
.size = 4096,
};