fdt: unshadow global working fdt variable
[u-boot.git] / common / fdt_support.c
index 75077442d85dbc2fc38ae02e80be1c5485b391c9..e8aa3e981880df685da11e5df48f0047c62b649b 100644 (file)
@@ -38,7 +38,7 @@ DECLARE_GLOBAL_DATA_PTR;
 /*
  * fdt points to our working device tree.
  */
-struct fdt_header *fdt;
+struct fdt_header *working_fdt;
 
 
 /**
This page took 0.027498 seconds and 4 git commands to generate.