git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ddbc1
)
binman: Correct an error in the FIT-template example
author
Simon Glass
<sjg@chromium.org>
Sat, 20 Jul 2024 10:49:32 +0000
(11:49 +0100)
committer
Simon Glass
<sjg@chromium.org>
Mon, 29 Jul 2024 14:42:18 +0000
(08:42 -0600)
The example contains references to an non-existent node. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/binman.rst
patch
|
blob
|
history
diff --git
a/tools/binman/binman.rst
b/tools/binman/binman.rst
index
872e974
..
0cafc36
100644
(file)
--- a/
tools/binman/binman.rst
+++ b/
tools/binman/binman.rst
@@
-1211,7
+1211,7
@@
Templates provide a simple way to handle this::
spi-image {
filename = "image-spi.bin";
- insert-template = <&
fi
t>;
+ insert-template = <&
common_par
t>;
/* things specific to SPI follow */
footer {
@@
-1224,7
+1224,7
@@
Templates provide a simple way to handle this::
mmc-image {
filename = "image-mmc.bin";
- insert-template = <&
fi
t>;
+ insert-template = <&
common_par
t>;
/* things specific to MMC follow */
footer {