From: Matwey V. Kornilov Date: Fri, 3 Apr 2026 15:37:33 +0000 (+0300) Subject: doc: Fix fdt resize argument in fdt_overlays.rst X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=586e4f340afe53daf9dc80f6e13216f0ce7d1c8c;p=thirdparty%2Fu-boot.git 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 Reviewed-by: Simon Glass --- 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.