cmd: mem: Use a macro to avoid #ifdef in help
authorSimon Glass <sjg@chromium.org>
Wed, 3 Jun 2020 01:26:45 +0000 (19:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jul 2020 21:21:46 +0000 (17:21 -0400)
commit76be8f75c5f9cd4d968f720f80b891e101fff1fd
treedd1b9e3ebdb44167ad4dc0006c618173a4b6b6a8
parent3428faf23af5079e80c53d0d8473af30d3c19fca
cmd: mem: Use a macro to avoid #ifdef in help

It is a bit painful to have #ifdefs in the middle of the help for each
command. Add a macro to avoid this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
cmd/mem.c