]> git.dujemihanovic.xyz Git - u-boot.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)
commite4269636bec4e64dc363e237c2d1efa0e8645310
treef97e762c9148de7557f445116450175b8cc117c6
parent90c52423be9933d5e85c20c6a0266b2c565f030a
cmd: fix long text for fdt command

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

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