mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
Correct comment to show the parameters as defined in tools/mkimage.h
Signed-off-by: Lars Rasmusson <Lars.Rasmusson@sics.se>
This commit is contained in:
parent
ea40a05422
commit
ee7c0fc764
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ static int fit_handle_file (struct mkimage_params *params)
|
|||
}
|
||||
sprintf (tmpfile, "%s%s", params->imagefile, MKIMAGE_TMPFILE_SUFFIX);
|
||||
|
||||
/* dtc -I dts -O -p 200 datafile > tmpfile */
|
||||
/* dtc -I dts -O dtb -p 500 datafile > tmpfile */
|
||||
sprintf (cmd, "%s %s %s > %s",
|
||||
MKIMAGE_DTC, params->dtc, params->datafile, tmpfile);
|
||||
debug ("Trying to execute \"%s\"\n", cmd);
|
||||
|
|
Loading…
Reference in a new issue