summaryrefslogtreecommitdiff
path: root/test/dm/test-dm.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-08 03:34:53 +0300
committerTom Rini <trini@konsulko.com>2021-03-12 17:57:30 +0300
commit19fb3dba8e2a80d32d1a6c916922a4281d792780 (patch)
tree982065eb7f410744a97f8979ce618d4d071fccea /test/dm/test-dm.c
parent5a986f3feef7ce7f14282f0c6ed2f6c63647a821 (diff)
downloadu-boot-19fb3dba8e2a80d32d1a6c916922a4281d792780.tar.xz
test: Drop mallinfo() work-around
This is not needed now. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/test-dm.c')
-rw-r--r--test/dm/test-dm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dm/test-dm.c b/test/dm/test-dm.c
index 18877c7ae5..d1d83e3478 100644
--- a/test/dm/test-dm.c
+++ b/test/dm/test-dm.c
@@ -73,8 +73,6 @@ static int dm_do_test(struct unit_test_state *uts, struct unit_test *test,
!of_live ? " (flat tree)" : "");
ut_assertok(dm_test_init(uts, of_live));
- uts->start = mallinfo();
-
ut_assertok(test_pre_run(uts, test));
if (!state->show_test_output)