projects
/
u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fdt: unshadow global working fdt variable
[u-boot.git]
/
common
/
fdt_support.c
diff --git
a/common/fdt_support.c
b/common/fdt_support.c
index 75077442d85dbc2fc38ae02e80be1c5485b391c9..e8aa3e981880df685da11e5df48f0047c62b649b 100644
(file)
--- 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;
/**
This page took
0.027498 seconds
and
4
git commands to generate.