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:
Matwey V. Kornilov
2026-04-03 18:37:33 +03:00
committed by Heinrich Schuchardt
parent 0c3eb097d9
commit 586e4f340a

View File

@@ -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.