summaryrefslogtreecommitdiff
path: root/board/conclusive
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:41:29 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:07:49 -0600
commit60cf9f0232a8fbb9573f20ed07c106ca1726a1dc (patch)
treef75e0e0825faba3fff05388f65897f8da28e7cd2 /board/conclusive
parent4cea28c3357b4d066a683b476bac3dbbc99d94fc (diff)
downloadu-boot-60cf9f0232a8fbb9573f20ed07c106ca1726a1dc.tar.gz
u-boot-60cf9f0232a8fbb9573f20ed07c106ca1726a1dc.tar.bz2
u-boot-60cf9f0232a8fbb9573f20ed07c106ca1726a1dc.zip
board: conclusive: 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/conclusive')
-rw-r--r--board/conclusive/kstr-sama5d27/kstr-sama5d27.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/conclusive/kstr-sama5d27/kstr-sama5d27.c b/board/conclusive/kstr-sama5d27/kstr-sama5d27.c
index 1b765b1137..64282ae9dc 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>