summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/env.c b/common/env.c
index f81bd468ff..b72b5d1f4a 100644
--- a/common/env.c
+++ b/common/env.c
@@ -81,7 +81,7 @@ int env_push_context(void)
return 0;
}
-late_initcall(env_push_context);
+device_initcall(env_push_context);
/**
* FIXME