summaryrefslogtreecommitdiffstats
path: root/board/ipe337
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-06-10 20:24:54 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-07-21 16:41:45 +0200
commit8a1d5e11bbd75f3fb546c772c205118237a3b938 (patch)
tree35b384a9e16090feff3bf0a13ca0f1e900f0eff9 /board/ipe337
parent6e921fcb3c0f16f32673e401933ca5449dd47632 (diff)
downloadbarebox-8a1d5e11bbd75f3fb546c772c205118237a3b938.tar.gz
barebox-8a1d5e11bbd75f3fb546c772c205118237a3b938.tar.xz
Get rid of DEVICE_TYPE_DRAM usage
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'board/ipe337')
-rw-r--r--board/ipe337/ipe337.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/ipe337/ipe337.c b/board/ipe337/ipe337.c
index 82d4b9cf74..dabb3bfdd8 100644
--- a/board/ipe337/ipe337.c
+++ b/board/ipe337/ipe337.c
@@ -18,8 +18,6 @@ static struct device_d sdram_dev = {
.map_base = 0x0,
.size = 128 * 1024 * 1024,
-
- .type = DEVICE_TYPE_DRAM,
};
static struct device_d smc911x_dev = {