From: Baruch Siach Date: Tue, 2 May 2023 10:21:46 +0000 (+0300) Subject: doc: devicetree: fix u-boot.bin filename typo X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=0c97e771d02c15914562df7df775ab7d6cf94682;p=u-boot.git doc: devicetree: fix u-boot.bin filename typo Signed-off-by: Baruch Siach Reviewed-by: Simon Glass Signed-off-by: Heinrich Schuchardt --- diff --git a/doc/develop/devicetree/control.rst b/doc/develop/devicetree/control.rst index 0b3b32be1b..cbb65c9b17 100644 --- a/doc/develop/devicetree/control.rst +++ b/doc/develop/devicetree/control.rst @@ -100,7 +100,7 @@ and development only and is not recommended for production devices. If CONFIG_OF_SEPARATE is defined, then it will be built and placed in a u-boot.dtb file alongside u-boot-nodtb.bin with the combined result placed -in u-boot.bin so you can still just flash u-boot,bin onto your board. If you are +in u-boot.bin so you can still just flash u-boot.bin onto your board. If you are using CONFIG_SPL_FRAMEWORK, then u-boot.img will be built to include the device tree binary.