Re: [PATCH] doc: usage: Fix command in fdt overlay apply sequence

2021-12-03 Thread Heinrich Schuchardt
On 12/3/21 15:46, Alexander Dahl wrote: Literally adhering to the docs gave this wrong output: U-Boot> setenv fdtaddr 0x87f0 U-Boot> fdtaddr $fdtaddr Unknown command 'fdtaddr' - try 'help' Fixes: d80162cfc559 ("doc: Document how to apply fdt overlays") Signed-off-by: Alexande

[PATCH] doc: usage: Fix command in fdt overlay apply sequence

2021-12-03 Thread Alexander Dahl
Literally adhering to the docs gave this wrong output: U-Boot> setenv fdtaddr 0x87f0 U-Boot> fdtaddr $fdtaddr Unknown command 'fdtaddr' - try 'help' Fixes: d80162cfc559 ("doc: Document how to apply fdt overlays") Signed-off-by: Alexander Dahl --- doc/usage/fdt_overlays.rst | 2 +