1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

dumpimage: replace the term "datafile" by "subimage"

Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
This commit is contained in:
Guilherme Maciel Ferreira
2015-01-15 02:54:41 -02:00
committed by Tom Rini
parent f41f5b7c05
commit 67f946cd18
4 changed files with 19 additions and 18 deletions

View File

@@ -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)