diff options
| author | Baruch Siach <[email protected]> | 2023-05-02 13:21:46 +0300 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-05-13 11:09:50 +0200 |
| commit | 0c97e771d02c15914562df7df775ab7d6cf94682 (patch) | |
| tree | 8855af8b693dc358c36d50868dd1cd591fd80e4d /doc/develop | |
| parent | 179666c56134169faca697bf72ec46956f6c829c (diff) | |
doc: devicetree: fix u-boot.bin filename typo
Signed-off-by: Baruch Siach <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/devicetree/control.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/devicetree/control.rst b/doc/develop/devicetree/control.rst index 0b3b32be1bb..cbb65c9b177 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. |
