From 586e4f340afe53daf9dc80f6e13216f0ce7d1c8c Mon Sep 17 00:00:00 2001 From: "Matwey V. Kornilov" Date: Fri, 3 Apr 2026 18:37:33 +0300 Subject: [PATCH] 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 --- 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.