]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitfa8f9bbaf8c2e5cfd156f0a6bb12596cd4c804cf
treee86b42c2eb3d110981fc4b46d3015cc5a42f5d9c
parent8da2a8bd222bcefea9965a353e48f45c3d2b0ff0
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