binman: Update docs to indicate mkimage is supported

Now that there is a mkimage entry-type, update the docs to remove the
future reference.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2022-02-08 11:49:54 -07:00
parent 7e4b66aa87
commit 206985ecb7

View File

@@ -163,8 +163,8 @@ Consider sunxi. It has the following steps:
Binman is intended to replace the last step. The U-Boot build system builds Binman is intended to replace the last step. The U-Boot build system builds
u-boot.bin and sunxi-spl.bin. Binman can then take over creation of u-boot.bin and sunxi-spl.bin. Binman can then take over creation of
sunxi-spl.bin (by calling mksunxiboot, or hopefully one day mkimage). In any sunxi-spl.bin by calling mksunxiboot or mkimage. In any case, it would then
case, it would then create the image from the component parts. create the image from the component parts.
This simplifies the U-Boot Makefile somewhat, since various pieces of logic This simplifies the U-Boot Makefile somewhat, since various pieces of logic
can be replaced by a call to binman. can be replaced by a call to binman.