commit | f5e921e948149bdf7c5bb6b97647bc4712d5993a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Sep 30 14:01:43 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 16 10:22:11 2023 -0400 |
tree | aa064236c675accf461dabd4abd40547df1c4d88 | |
parent | 8780cd8211066d70b5a496dfe7320b2a09271c62 [diff] |
freescale: fix long help handling in mac command CONFIG_SYS_LONGHELP=n we want to reduce the size of the U-Boot binary. The long text should be reduced to and empty string in this case. There is not need to call cmd_usage() directly. It is sufficient to return CMD_RET_USAGE. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>