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

Signed-off-by: Tom Rini <tr...@konsulko.com>
---
Cc: Jakub Klama <ja...@conclusive.pl>
Cc: Artur Rojek <ar...@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

Reply via email to