mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Rework tracking of reserve entries during processing. This is initial work
to allow more powerful handling of reserve entries.
This commit is contained in:
parent
fccb194a14
commit
f040d95b84
7 changed files with 119 additions and 58 deletions
2
fstree.c
2
fstree.c
|
@ -89,6 +89,6 @@ struct boot_info *dt_from_fs(char *dirname)
|
|||
|
||||
fill_fullpaths(tree, "");
|
||||
|
||||
return build_boot_info(empty_data, tree);
|
||||
return build_boot_info(NULL, tree);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue