summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorMatwey V. Kornilov <[email protected]>2026-04-03 18:37:33 +0300
committerHeinrich Schuchardt <[email protected]>2026-04-17 08:06:23 +0200
commit586e4f340afe53daf9dc80f6e13216f0ce7d1c8c (patch)
tree33d1ae7d3762bc21740b1c2f2fdf9c01baae2416 /doc/usage
parent0c3eb097d9e827e21fdde7e6379f1a396db41da6 (diff)
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 <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/fdt_overlays.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/fdt_overlays.rst b/doc/usage/fdt_overlays.rst
index 15ebd17ccb1..730cb85b39a 100644
--- a/doc/usage/fdt_overlays.rst
+++ b/doc/usage/fdt_overlays.rst
@@ -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.