mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
cmd: fix long text for fdt command
We don't have an option -cq but two distinct options -c and -q.
Fixes: e9496ec374
("fdt: Add -q option to fdt addr for distro_bootcmd")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
90c52423be
commit
e4269636be
1 changed files with 1 additions and 1 deletions
|
@ -1071,7 +1071,7 @@ static int fdt_print(const char *pathp, char *prop, int depth)
|
|||
/********************************************************************/
|
||||
#ifdef CONFIG_SYS_LONGHELP
|
||||
static char fdt_help_text[] =
|
||||
"addr [-cq] <addr> [<length>] - Set the [control] fdt location to <addr>\n"
|
||||
"addr [-c] [-q] <addr> [<size>] - Set the [control] fdt location to <addr>\n"
|
||||
#ifdef CONFIG_OF_LIBFDT_OVERLAY
|
||||
"fdt apply <addr> - Apply overlay to the DT\n"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue