diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:25 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:07:49 -0600 |
commit | 9e2191841c0341c45448ea4a29d61534786bb630 (patch) | |
tree | 3b5aff4f2a27be8f5091e046763ef883c64d5672 /board/cloos/imx8mm_phg | |
parent | 1fb701bd1baefec1c46c360b9e60227fe450a3b1 (diff) | |
download | u-boot-9e2191841c0341c45448ea4a29d61534786bb630.tar.gz u-boot-9e2191841c0341c45448ea4a29d61534786bb630.tar.bz2 u-boot-9e2191841c0341c45448ea4a29d61534786bb630.zip |
board: cloos: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/cloos/imx8mm_phg')
-rw-r--r-- | board/cloos/imx8mm_phg/imx8mm_phg.c | 1 | ||||
-rw-r--r-- | board/cloos/imx8mm_phg/spl.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/cloos/imx8mm_phg/imx8mm_phg.c b/board/cloos/imx8mm_phg/imx8mm_phg.c index bc4e984d50..091c9a59a5 100644 --- a/board/cloos/imx8mm_phg/imx8mm_phg.c +++ b/board/cloos/imx8mm_phg/imx8mm_phg.c @@ -3,7 +3,6 @@ * Copyright 2018 NXP */ -#include <common.h> #include <env.h> #include <init.h> #include <miiphy.h> diff --git a/board/cloos/imx8mm_phg/spl.c b/board/cloos/imx8mm_phg/spl.c index 0c3a0135a8..b8892ed2fc 100644 --- a/board/cloos/imx8mm_phg/spl.c +++ b/board/cloos/imx8mm_phg/spl.c @@ -3,7 +3,6 @@ * Copyright 2019 NXP */ -#include <common.h> #include <command.h> #include <cpu_func.h> #include <hang.h> |