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

Tom Rini trini at konsulko.com
Wed May 1 04:41:29 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: Jakub Klama <jakub at conclusive.pl>
Cc: Artur Rojek <artur at conclusive.pl>
---
 board/conclusive/kstr-sama5d27/kstr-sama5d27.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/conclusive/kstr-sama5d27/kstr-sama5d27.c b/board/conclusive/kstr-sama5d27/kstr-sama5d27.c
index 1b765b113743..64282ae9dc77 100644
--- a/board/conclusive/kstr-sama5d27/kstr-sama5d27.c
+++ b/board/conclusive/kstr-sama5d27/kstr-sama5d27.c
@@ -4,7 +4,7 @@
  * Copyright (C) 2021-2023 Conclusive Engineering Sp. z o. o.
  */
 
-#include <common.h>
+#include <config.h>
 #include <debug_uart.h>
 #include <init.h>
 #include <env.h>
-- 
2.34.1



More information about the U-Boot mailing list