commit | 1901149685046dacf1e48bd0f3b2fb724cd587de | [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 | fa4f82da52fc61515a4ac5529707226694498bda [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>