mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
doc: Fix fdt resize argument in fdt_overlays.rst
The argument is parsed as hexadecimal number. Link: https://lists.denx.de/pipermail/u-boot/2026-April/613799.html Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
0c3eb097d9
commit
586e4f340a
@@ -104,11 +104,11 @@ Manually Loading and Applying Overlays
|
||||
|
||||
=> fdt addr $fdtaddr
|
||||
|
||||
4. Grow it enough so it can encompass all applied overlays
|
||||
4. Grow it enough so it can encompass all applied overlays (the argument in hex)
|
||||
|
||||
::
|
||||
|
||||
=> fdt resize 8192
|
||||
=> fdt resize 2000
|
||||
|
||||
5. You are now ready to apply the overlay.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user