summaryrefslogtreecommitdiffstats
path: root/commands/mem.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-10-04 08:32:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-04 08:32:52 +0200
commit43c1881110b28f42c58d45465a6b8cad06540ad0 (patch)
tree4b964b15e2ed7e6acd6e375c39e575348fd988a2 /commands/mem.c
parent849e910d07a2e6d9f1e8562f2d6ce1adf0034c51 (diff)
parent81d2b141e709505fcdf9a6c4df160894ddf28667 (diff)
downloadbarebox-43c1881110b28f42c58d45465a6b8cad06540ad0.tar.gz
barebox-43c1881110b28f42c58d45465a6b8cad06540ad0.tar.xz
Merge branch 'next'
Diffstat (limited to 'commands/mem.c')
-rw-r--r--commands/mem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/mem.c b/commands/mem.c
index 8a4267cee4..bc84f6d56e 100644
--- a/commands/mem.c
+++ b/commands/mem.c
@@ -616,6 +616,7 @@ static struct memory_platform_data mem_dev_pdata = {
};
static struct device_d mem_dev = {
+ .id = -1,
.name = "mem",
.map_base = 0,
.size = ~0, /* FIXME: should be 0x100000000, ahem... */