summaryrefslogtreecommitdiffstats
path: root/board/eco920/eco920.c
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/eco920/eco920.c
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/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)