]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: devicetree: fix u-boot.bin filename typo
authorBaruch Siach <baruch@tkos.co.il>
Tue, 2 May 2023 10:21:46 +0000 (13:21 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 13 May 2023 09:09:50 +0000 (11:09 +0200)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/develop/devicetree/control.rst

index 0b3b32be1bb68c894963eabb5446bc47d7dd54ed..cbb65c9b177f15d30e462b66641a920cd7d510d5 100644 (file)
@@ -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.