projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea40a05
)
Correct comment to show the parameters as defined in tools/mkimage.h
author
Lars Rasmusson
<Lars.Rasmusson@sics.se>
Tue, 11 Dec 2012 10:11:52 +0000
(11:11 +0100)
committer
Tom Rini
<trini@ti.com>
Tue, 11 Dec 2012 13:46:43 +0000
(06:46 -0700)
Signed-off-by: Lars Rasmusson <Lars.Rasmusson@sics.se>
tools/fit_image.c
patch
|
blob
|
history
diff --git
a/tools/fit_image.c
b/tools/fit_image.c
index ef9ffeeec599a9e04cb5d73c02f18d07825a94bb..76bbba125a84f03421502f4159e5e99673671a31 100644
(file)
--- a/
tools/fit_image.c
+++ b/
tools/fit_image.c
@@
-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 2
00 datafile > tmpfile */
+ /* dtc -I dts -O
dtb -p 5
00 datafile > tmpfile */
sprintf (cmd, "%s %s %s > %s",
MKIMAGE_DTC, params->dtc, params->datafile, tmpfile);
debug ("Trying to execute \"%s\"\n", cmd);