On Sat, 7 Oct 2023 at 13:13, Tom Rini <tr...@konsulko.com> wrote:
>
> 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 <tr...@konsulko.com>
> ---
>  include/command.h | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Simon Glass <s...@chromium.org>

Reply via email to