projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6a24a1
)
dlmalloc: remove unit test support in SPL
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Wed, 15 Apr 2020 16:46:23 +0000
(18:46 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 24 Apr 2020 14:51:32 +0000
(10:51 -0400)
We cannot run unit tests in SPL. So remove the unit test support.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
common/dlmalloc.c
patch
|
blob
|
history
diff --git
a/common/dlmalloc.c
b/common/dlmalloc.c
index dade68faf749867dd9f4d3c2fc55383cec625ab5..db5ab55ed33119add34d853c44538502fb913032 100644
(file)
--- 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