]> Git Repo - J-u-boot.git/blobdiff - test/dm/mailbox.c
Merge tag 'u-boot-imx-20221024' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[J-u-boot.git] / test / dm / mailbox.c
index be7bd6de06005081d8e4ba7c14c231e58ff136f6..7ad8a1cbba282e482bdfd6d2972aa00f4ebcdca4 100644 (file)
@@ -1,13 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2016, NVIDIA CORPORATION.
- *
- * SPDX-License-Identifier: GPL-2.0
  */
 
 #include <common.h>
 #include <dm.h>
+#include <malloc.h>
 #include <dm/test.h>
 #include <asm/mbox.h>
+#include <test/test.h>
 #include <test/ut.h>
 
 static int dm_test_mailbox(struct unit_test_state *uts)
@@ -28,4 +29,4 @@ static int dm_test_mailbox(struct unit_test_state *uts)
 
        return 0;
 }
-DM_TEST(dm_test_mailbox, DM_TESTF_SCAN_FDT);
+DM_TEST(dm_test_mailbox, UT_TESTF_SCAN_FDT);
This page took 0.025973 seconds and 4 git commands to generate.