summaryrefslogtreecommitdiffstats
path: root/common/startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/startup.c')
-rw-r--r--common/startup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/startup.c b/common/startup.c
index 7fa90991ad..84a59c5cae 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -86,6 +86,7 @@ static struct memory_platform_data default_env_platform_data = {
};
static struct device_d default_env_dev = {
+ .id = -1,
.name = "mem",
.platform_data = &default_env_platform_data,
};