From: Simon Glass Date: Tue, 8 Feb 2022 18:49:54 +0000 (-0700) Subject: binman: Update docs to indicate mkimage is supported X-Git-Tag: v2022.07~172^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=206985ecb7a9aa32c4e9e2b757e0261b7922ddb8;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst index ab5a5e0..9e39e67 100644 --- a/tools/binman/binman.rst +++ b/tools/binman/binman.rst @@ -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 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 -case, it would then create the image from the component parts. +sunxi-spl.bin by calling mksunxiboot or mkimage. In any case, it would then +create the image from the component parts. This simplifies the U-Boot Makefile somewhat, since various pieces of logic can be replaced by a call to binman.