aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini2024-04-30 20:42:59 -0600
committerTom Rini2024-05-07 08:00:40 -0600
commit8d20b472625885c01ddf7fc76fe8d73f4d8c1dd7 (patch)
tree602572d101b34d212494015d8ca13270dd6a7806
parent5f54b36ee6322897ad47a2cb2ae3426ae6ba1da3 (diff)
board: terasic: 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>
-rw-r--r--board/terasic/de1-soc/socfpga.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/terasic/de1-soc/socfpga.c b/board/terasic/de1-soc/socfpga.c
index 22fbee40aba..8d17f44fd37 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)