commit | 9696dbbf38c39b3261ca8be28e30d2ffd9801e2d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Apr 25 18:35:05 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 05 15:06:02 2022 -0400 |
tree | f97e762c9148de7557f445116450175b8cc117c6 | |
parent | aa763a54ef3468bff28bc9dd13834c48e3bb57a3 [diff] |
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>