summaryrefslogtreecommitdiff
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-15 16:07:55 -0400
commitc9e0b3bf845027cb6c54d3ab9d427d6a6e0916d5 (patch)
tree8a088f0c41668583419c3017ed4daf4312ccbc3d
parentcefeb9bcfb640ddd90e49c3dd87d7c61b21fa60a (diff)
downloadu-boot-WIP/check-size-changes-series.tar.gz
dlmalloc: remove unit test support in SPLWIP/check-size-changes-series
We cannot run unit tests in SPL. So remove the unit test support. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-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