Skip to content
Snippets Groups Projects
Commit ee7c0fc7 authored by Lars Rasmusson's avatar Lars Rasmusson Committed by Tom Rini
Browse files

Correct comment to show the parameters as defined in tools/mkimage.h

parent ea40a054
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment