[PATCH V2 01/12] board: ti: j721e: evm: Drop unused headers

Nishanth Menon nm at ti.com
Sat Nov 4 08:21:39 CET 2023


Drop headers that are no longer necessary for build

Signed-off-by: Nishanth Menon <nm at ti.com>
---
 board/ti/j721e/evm.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/board/ti/j721e/evm.c b/board/ti/j721e/evm.c
index d4f7c1d9f938..aa22f1653fec 100644
--- a/board/ti/j721e/evm.c
+++ b/board/ti/j721e/evm.c
@@ -8,21 +8,13 @@
  */
 
 #include <common.h>
-#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"
 
-- 
2.37.2



More information about the U-Boot mailing list