From: Alexander Dahl Date: Fri, 3 Dec 2021 14:46:57 +0000 (+0100) Subject: doc: usage: Fix command in fdt overlay apply sequence X-Git-Tag: baikal/mips/sdk5.9~15^2^2~22^2~6 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=f972d503e2da6bf401750907aabe0121aea1c425;p=uboot.git doc: usage: Fix command in fdt overlay apply sequence Literally adhering to the docs gave this wrong output: U-Boot> setenv fdtaddr 0x87f00000 U-Boot> fdtaddr $fdtaddr Unknown command 'fdtaddr' - try 'help' Fixes: 615668d28c1a ("doc: Document how to apply fdt overlays") Signed-off-by: Alexander Dahl Reviewed-by: Heinrich Schuchardt --- diff --git a/doc/usage/fdt_overlays.rst b/doc/usage/fdt_overlays.rst index ea39713434..7f113edae3 100644 --- a/doc/usage/fdt_overlays.rst +++ b/doc/usage/fdt_overlays.rst @@ -102,7 +102,7 @@ Manually Loading and Applying Overlays :: - => fdtaddr $fdtaddr + => fdt addr $fdtaddr 4. Grow it enough so it can encompass all applied overlays