aboutsummaryrefslogtreecommitdiff
path: root/board/kontron/sl28/spl_atf.c
diff options
context:
space:
mode:
authorTom Rini2024-04-30 20:42:07 -0600
committerTom Rini2024-05-07 08:00:25 -0600
commit889d90c474d70702c52e62c5bd833535d2a360a2 (patch)
tree8d3ea88b15f90bd2cc6b88c268127b07b0c15a54 /board/kontron/sl28/spl_atf.c
parent834a2e8b7a74410c56afebbfd9b72528851c4400 (diff)
board: kontron: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed add missing include files directly. Acked-by: Frieder Schrempf <frieder.schrempf@kontron.de> Acked-by: Michael Walle <michael@walle.cc> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/kontron/sl28/spl_atf.c')
-rw-r--r--board/kontron/sl28/spl_atf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kontron/sl28/spl_atf.c b/board/kontron/sl28/spl_atf.c
index a9cd6850e98..0710316a48b 100644
--- a/board/kontron/sl28/spl_atf.c
+++ b/board/kontron/sl28/spl_atf.c
@@ -5,7 +5,7 @@
* Copyright (c) 2020 Michael Walle <michael@walle.cc>
*/
-#include <common.h>
+#include <config.h>
#include <asm/global_data.h>
#include <asm/io.h>
#include <atf_common.h>