mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Use names for output functions in the form dt_to_*() instead of
write_dt_*() for consistency with the dt_from_*() input functions.
This commit is contained in:
parent
f040d95b84
commit
712e52e438
4 changed files with 9 additions and 9 deletions
|
@ -144,7 +144,7 @@ static void write_tree_source_node(FILE *f, struct node *tree, int level)
|
|||
}
|
||||
|
||||
|
||||
void write_tree_source(FILE *f, struct boot_info *bi)
|
||||
void dt_to_source(FILE *f, struct boot_info *bi)
|
||||
{
|
||||
struct reserve_info *re;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue