summaryrefslogtreecommitdiff
path: root/common/fdt_support.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fdt_support.c')
-rw-r--r--common/fdt_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fdt_support.c b/common/fdt_support.c
index 75077442d..e8aa3e981 100644
--- a/common/fdt_support.c
+++ b/common/fdt_support.c
@@ -38,7 +38,7 @@ DECLARE_GLOBAL_DATA_PTR;
/*
* fdt points to our working device tree.
*/
-struct fdt_header *fdt;
+struct fdt_header *working_fdt;
/**