commit | 3d68167eb3533f51806dbbcbcd82536444695c4b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Oct 07 15:13:07 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 16 10:22:11 2023 -0400 |
tree | 5f39825109fc7d8780aae3bd4df95d1878fc2b46 | |
parent | 6b4bb9a5b660ff8736716a0ff884ede418df99cc [diff] |
command.h: Add a U_BOOT_LONGHELP macro In order to be able to discard unused long help texts without further linker lists, add a macro for defining the long help messages which uses __maybe_unused. This allows us to discard them as unreferenced as part of the link. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>