doc: devicetree: fix u-boot.bin filename typo
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>
This commit is contained in:
parent
179666c561
commit
0c97e771d0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue