]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: fix long text for fdt command
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 25 Apr 2022 16:35:05 +0000 (18:35 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 5 May 2022 19:06:02 +0000 (15:06 -0400)
commit4e34886cdc0c8eecb1ab11e650c673de9808d948
treef97e762c9148de7557f445116450175b8cc117c6
parent62b9071dd058446007b8fa0716766b21de52256b
cmd: fix long text for fdt command

We don't have an option -cq but two distinct options -c and -q.

Fixes: e3344cbfd78f ("fdt: Add -q option to fdt addr for distro_bootcmd")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/fdt.c