cmd: mem: Use IS_ENABLED instead of alt_test variable
authorStefan Roese <sr@denx.de>
Thu, 5 Mar 2020 06:21:31 +0000 (07:21 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 17 Apr 2020 16:32:36 +0000 (12:32 -0400)
commitf14bfa7ec6a5ec79e1c8dd48571b740922439912
treee86b42c2eb3d110981fc4b46d3015cc5a42f5d9c
parent54de244c4779b452cc9314f475798d984fd27d0a
cmd: mem: Use IS_ENABLED instead of alt_test variable

This patch uses the IS_ENABLED() macro to check, which mtest variant
is enabled.

Signed-off-by: Stefan Roese <sr@denx.de>
cmd/mem.c