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>
This commit is contained in:
parent
f6a24a177f
commit
be621c11b9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <common.h>
|
||||
|
||||
#if defined(CONFIG_UNIT_TEST)
|
||||
#if CONFIG_IS_ENABLED(UNIT_TEST)
|
||||
#define DEBUG
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue