From: Heinrich Schuchardt Date: Wed, 15 Apr 2020 16:46:23 +0000 (+0200) Subject: dlmalloc: remove unit test support in SPL X-Git-Tag: v2020.07-rc1~17^2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=be621c11b9f88bf9715618fc402efa543232399d;p=oweals%2Fu-boot.git dlmalloc: remove unit test support in SPL We cannot run unit tests in SPL. So remove the unit test support. Signed-off-by: Heinrich Schuchardt --- diff --git a/common/dlmalloc.c b/common/dlmalloc.c index dade68faf7..db5ab55ed3 100644 --- a/common/dlmalloc.c +++ b/common/dlmalloc.c @@ -1,6 +1,6 @@ #include -#if defined(CONFIG_UNIT_TEST) +#if CONFIG_IS_ENABLED(UNIT_TEST) #define DEBUG #endif