aboutsummaryrefslogtreecommitdiff
path: root/include/fdt_region.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fdt_region.h')
-rw-r--r--include/fdt_region.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdt_region.h b/include/fdt_region.h
index ff7a1ccb9a..d0c68760f7 100644
--- a/include/fdt_region.h
+++ b/include/fdt_region.h
@@ -77,6 +77,7 @@ struct fdt_region_state {
int max_regions; /* Maximum regions to find */
int can_merge; /* 1 if we can merge with previous region */
int start; /* Start position of current region */
+ bool have_node; /* True if any node is included */
struct fdt_region_ptrs ptrs; /* Pointers for what we are up to */
};