summaryrefslogtreecommitdiffstats
path: root/board/eco920/eco920.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/eco920/eco920.c')
-rw-r--r--board/eco920/eco920.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/eco920/eco920.c b/board/eco920/eco920.c
index 103622e5a8..30d5ac02af 100644
--- a/board/eco920/eco920.c
+++ b/board/eco920/eco920.c
@@ -42,8 +42,6 @@ static struct cfi_platform_data cfi_info = {
struct device_d cfi_dev = {
.name = "cfi_flash",
- .id = "nor0",
-
.map_base = 0x11000000,
.size = 16 * 1024 * 1024,
@@ -64,7 +62,6 @@ struct device_d sdram_dev = {
static struct device_d at91_ath_dev = {
.name = "at91_eth",
- .id = "eth0",
};
static int devices_init (void)