summaryrefslogtreecommitdiff
path: root/common/dlmalloc.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-04-15 18:46:23 +0200
committerTom Rini <trini@konsulko.com>2020-04-24 10:51:32 -0400
commitbe621c11b9f88bf9715618fc402efa543232399d (patch)
tree54ad6c1888e95bba0688892240d18a92e5a506aa /common/dlmalloc.c
parentf6a24a177f3e09d9c954b25f5a52cdfdea3e6c85 (diff)
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 <xypron.glpk@gmx.de>
Diffstat (limited to 'common/dlmalloc.c')
-rw-r--r--common/dlmalloc.c2
1 files changed, 1 insertions, 1 deletions
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 <common.h>
-#if defined(CONFIG_UNIT_TEST)
+#if CONFIG_IS_ENABLED(UNIT_TEST)
#define DEBUG
#endif