summaryrefslogtreecommitdiffstats
path: root/core/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.c')
-rw-r--r--core/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/init.c b/core/init.c
index d1c70b98..db03d977 100644
--- a/core/init.c
+++ b/core/init.c
@@ -707,6 +707,9 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
* Hack alert: When entering via the OPAL entry point, fdt
* is set to -1, we record that and pass it to parse_hdat
*/
+
+ dt_root = dt_new_root("");
+
if (fdt == (void *)-1ul) {
if (parse_hdat(true) < 0)
abort();
OpenPOWER on IntegriCloud