doc: usage: Fix command in fdt overlay apply sequence
authorAlexander Dahl <ada@thorsis.com>
Fri, 3 Dec 2021 14:46:57 +0000 (15:46 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 9 Dec 2021 19:43:25 +0000 (11:43 -0800)
commit446266b024c971a6afa4eb256b2995a245d4eb49
treea4a0dacfe624097a88b267c7fd901582f853c746
parent1530ad5becf330c6094e995e340d920df2b43699
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: d80162cfc559 ("doc: Document how to apply fdt overlays")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/usage/fdt_overlays.rst