summaryrefslogtreecommitdiff
path: root/flattree.c
diff options
context:
space:
mode:
authorDavid Gibson <dgibson@sneetch.(none)>2005-10-26 16:56:26 +1000
committerDavid Gibson <dgibson@sneetch.(none)>2005-10-26 16:56:26 +1000
commit712e52e4386295c6ae9570721c4c91965d747b08 (patch)
tree13bd631affa744ee7adb8e0c0fc488217bcf7660 /flattree.c
parentf040d95b847c4f7d1fa4c3c6309127b8c1ffd8b3 (diff)
downloaddtc-712e52e4386295c6ae9570721c4c91965d747b08.tar.gz
Use names for output functions in the form dt_to_*() instead of
write_dt_*() for consistency with the dt_from_*() input functions.
Diffstat (limited to 'flattree.c')
-rw-r--r--flattree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flattree.c b/flattree.c
index e2cbd25..474f1c1 100644
--- a/flattree.c
+++ b/flattree.c
@@ -329,7 +329,7 @@ static void make_bph(struct boot_param_header *bph,
bph->size_dt_strings = cpu_to_be32(strsize);
}
-void write_dt_blob(FILE *f, struct boot_info *bi, int version)
+void dt_to_blob(FILE *f, struct boot_info *bi, int version)
{
struct version_info *vi = NULL;
int i;
@@ -397,7 +397,7 @@ static void dump_stringtable_asm(FILE *f, struct data strbuf)
}
}
-void write_dt_asm(FILE *f, struct boot_info *bi, int version)
+void dt_to_asm(FILE *f, struct boot_info *bi, int version)
{
struct version_info *vi = NULL;
int i;