aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:43:00 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:40 -0600
commit31534d8ad5ff2e0c5fe7e760f44fe88439176847 (patch)
tree95cbffba13c8888f7639a22ce9b7c36dc575c6bc /board
parent8d20b472625885c01ddf7fc76fe8d73f4d8c1dd7 (diff)
downloadu-boot-31534d8ad5ff2e0c5fe7e760f44fe88439176847.zip
u-boot-31534d8ad5ff2e0c5fe7e760f44fe88439176847.tar.gz
u-boot-31534d8ad5ff2e0c5fe7e760f44fe88439176847.tar.bz2
board: thead: 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')
-rw-r--r--board/thead/th1520_lpi4a/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/thead/th1520_lpi4a/board.c b/board/thead/th1520_lpi4a/board.c
index 16c3e45..bb83e75 100644
--- a/board/thead/th1520_lpi4a/board.c
+++ b/board/thead/th1520_lpi4a/board.c
@@ -4,7 +4,6 @@
*
*/
-#include <common.h>
#include <cpu_func.h>
int board_init(void)