diff mbox series

doc: devicetree: fix u-boot.bin filename typo

Message ID bf127adc778568d97075fb96105bc60eb92118b9.1683022906.git.baruch@tkos.co.il
State Accepted, archived
Commit 0c97e771d02c15914562df7df775ab7d6cf94682
Delegated to: Heinrich Schuchardt
Headers show
Series doc: devicetree: fix u-boot.bin filename typo | expand

Commit Message

Baruch Siach May 2, 2023, 10:21 a.m. UTC
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 doc/develop/devicetree/control.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass May 2, 2023, 5:12 p.m. UTC | #1
On Tue, 2 May 2023 at 04:21, Baruch Siach <baruch@tkos.co.il> wrote:
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  doc/develop/devicetree/control.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/doc/develop/devicetree/control.rst b/doc/develop/devicetree/control.rst
index 0b3b32be1bb6..cbb65c9b177f 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.