On Sat, 7 Oct 2023 at 13:13, Tom Rini <[email protected]> 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 <[email protected]> > --- > include/command.h | 3 +++ > 1 file changed, 3 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

