diff options
Diffstat (limited to 'test/image')
| -rw-r--r-- | test/image/spl_load.c | 1 | ||||
| -rw-r--r-- | test/image/spl_load_fs.c | 1 | ||||
| -rw-r--r-- | test/image/spl_load_net.c | 1 | ||||
| -rw-r--r-- | test/image/spl_load_nor.c | 1 | ||||
| -rw-r--r-- | test/image/spl_load_os.c | 1 | ||||
| -rw-r--r-- | test/image/spl_load_spi.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/test/image/spl_load.c b/test/image/spl_load.c index 7cbad40ea0c..e1036eff28c 100644 --- a/test/image/spl_load.c +++ b/test/image/spl_load.c @@ -3,6 +3,7 @@ * Copyright (C) 2023 Sean Anderson <[email protected]> */ +#include <common.h> #include <image.h> #include <imx_container.h> #include <mapmem.h> diff --git a/test/image/spl_load_fs.c b/test/image/spl_load_fs.c index 935078bf67b..a89189e1124 100644 --- a/test/image/spl_load_fs.c +++ b/test/image/spl_load_fs.c @@ -3,6 +3,7 @@ * Copyright (C) 2023 Sean Anderson <[email protected]> */ +#include <common.h> #include <blk.h> #include <ext_common.h> #include <ext4fs.h> diff --git a/test/image/spl_load_net.c b/test/image/spl_load_net.c index 4af6e21b8b9..9d067a7a592 100644 --- a/test/image/spl_load_net.c +++ b/test/image/spl_load_net.c @@ -3,6 +3,7 @@ * Copyright (C) 2023 Sean Anderson <[email protected]> */ +#include <common.h> #include <dm.h> #include <spl.h> #include <test/spl.h> diff --git a/test/image/spl_load_nor.c b/test/image/spl_load_nor.c index f53a6724e27..de5686343b9 100644 --- a/test/image/spl_load_nor.c +++ b/test/image/spl_load_nor.c @@ -3,6 +3,7 @@ * Copyright (C) 2023 Sean Anderson <[email protected]> */ +#include <common.h> #include <dm.h> #include <spl.h> #include <asm/io.h> diff --git a/test/image/spl_load_os.c b/test/image/spl_load_os.c index 7d5fb9b07e0..26228a8a4a9 100644 --- a/test/image/spl_load_os.c +++ b/test/image/spl_load_os.c @@ -4,6 +4,7 @@ * Written by Simon Glass <[email protected]> */ +#include <common.h> #include <image.h> #include <os.h> #include <spl.h> diff --git a/test/image/spl_load_spi.c b/test/image/spl_load_spi.c index 80836dc0dff..54a95465e23 100644 --- a/test/image/spl_load_spi.c +++ b/test/image/spl_load_spi.c @@ -3,6 +3,7 @@ * Copyright (C) 2023 Sean Anderson <[email protected]> */ +#include <common.h> #include <dm.h> #include <spi_flash.h> #include <spl.h> |
