[PATCH 132/149] board: terasic: Remove <common.h> and add needed includes

Tom Rini trini at konsulko.com
Wed May 1 04:42:59 CEST 2024


Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Anatolij Gustschin <agust at denx.de>
---
 board/terasic/de1-soc/socfpga.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/terasic/de1-soc/socfpga.c b/board/terasic/de1-soc/socfpga.c
index 22fbee40aba9..8d17f44fd373 100644
--- a/board/terasic/de1-soc/socfpga.c
+++ b/board/terasic/de1-soc/socfpga.c
@@ -2,7 +2,6 @@
 /*
  *  Copyright (C) 2012 Altera Corporation <www.altera.com>
  */
-#include <common.h>
 #include <spl.h>
 
 void board_boot_order(u32 *spl_boot_list)
-- 
2.34.1



More information about the U-Boot mailing list