[PATCH] doc: Fix fdt resize argument in fdt_overlays.rst
Matwey V. Kornilov
matwey.kornilov at gmail.com
Fri Apr 3 17:37:33 CEST 2026
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 at gmail.com>
---
doc/usage/fdt_overlays.rst | 4 ++--
1 file 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.
--
2.51.0
More information about the U-Boot
mailing list