summaryrefslogtreecommitdiffstats
path: root/board/ipe337/ipe337.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ipe337/ipe337.c')
-rw-r--r--board/ipe337/ipe337.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/ipe337/ipe337.c b/board/ipe337/ipe337.c
index 3aa1be8924..b4dab3b45a 100644
--- a/board/ipe337/ipe337.c
+++ b/board/ipe337/ipe337.c
@@ -6,8 +6,6 @@
static struct device_d cfi_dev = {
.name = "cfi_flash",
- .id = "nor0",
-
.map_base = 0x20000000,
.size = 32 * 1024 * 1024,
};
@@ -26,7 +24,6 @@ static struct device_d sdram_dev = {
static struct device_d smc911x_dev = {
.name = "smc911x",
- .id = "eth0",
.map_base = 0x24000000,
.size = 4096,
};
@@ -55,7 +52,6 @@ device_initcall(ipe337_devices_init);
static struct device_d blackfin_serial_device = {
.name = "blackfin_serial",
- .id = "cs0",
.map_base = 0,
.size = 4096,
};