]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit581f936cd94538d88121453ab6eea9164a0d56c0
treedd1b9e3ebdb44167ad4dc0006c618173a4b6b6a8
parentf62c16a08f132aa13a404dfa572ff659e84b782f
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