]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/fdt_support.c
fdt: unshadow global working fdt variable
[karo-tx-uboot.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;
 
 
 /**