diff options
author | Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com> | 2015-01-15 02:54:41 -0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-29 13:38:41 -0500 |
commit | 67f946cd18ce56a7caf6195834334a585a669056 (patch) | |
tree | 9f7d4b0037fa2b728949b6d43724489b89db2f07 /tools/imagetool.c | |
parent | f41f5b7c055865bae32129d005fed073315d589a (diff) |
dumpimage: replace the term "datafile" by "subimage"
Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Diffstat (limited to 'tools/imagetool.c')
-rw-r--r-- | tools/imagetool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imagetool.c b/tools/imagetool.c index 9d2819ed68d..148e4662b7b 100644 --- a/tools/imagetool.c +++ b/tools/imagetool.c @@ -66,7 +66,7 @@ int imagetool_verify_print_header( return retval; } -int imagetool_save_datafile( +int imagetool_save_subimage( const char *file_name, ulong file_data, ulong file_len) |