diff options
| author | Nishanth Menon <[email protected]> | 2023-11-04 02:21:39 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-22 12:04:14 -0500 |
| commit | 4abe8c9f08f8af74c38ac4e5a10fb522ac3b8d76 (patch) | |
| tree | 80fcc39118af8a30e8ac7d2bf3f83c53ef5f7843 | |
| parent | 110b07c8bcb611ddf5b6bed44f5eb9ac14ebecec (diff) | |
board: ti: j721e: evm: Drop unused headers
Drop headers that are no longer necessary for build
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Neha Malcom Francis <[email protected]>
| -rw-r--r-- | board/ti/j721e/evm.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/ti/j721e/evm.c b/board/ti/j721e/evm.c index 9d80dd6f589..d6a461d9d79 100644 --- a/board/ti/j721e/evm.c +++ b/board/ti/j721e/evm.c @@ -7,21 +7,13 @@ * */ -#include <env.h> -#include <fdt_support.h> #include <generic-phy.h> #include <image.h> -#include <init.h> -#include <log.h> #include <net.h> #include <asm/arch/hardware.h> -#include <asm/global_data.h> #include <asm/gpio.h> -#include <asm/io.h> #include <spl.h> #include <dm.h> -#include <dm/uclass-internal.h> -#include <linux/printk.h> #include "../common/board_detect.h" |
