aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:43:09 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:40 -0600
commita642c72bee8a15d3ee84e025e2eb093b1de6e6a6 (patch)
treed3dcc590ec176c638861571a23f91728a42bca5f /board
parent3fc02fdb719f9f9340d0b5c48b4e948779c1cec8 (diff)
downloadu-boot-a642c72bee8a15d3ee84e025e2eb093b1de6e6a6.zip
u-boot-a642c72bee8a15d3ee84e025e2eb093b1de6e6a6.tar.gz
u-boot-a642c72bee8a15d3ee84e025e2eb093b1de6e6a6.tar.bz2
board: variscite: 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/variscite/dart_6ul/spl.c2
-rw-r--r--board/variscite/imx8mn_var_som/imx8mn_var_som.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/board/variscite/dart_6ul/spl.c b/board/variscite/dart_6ul/spl.c
index 1dff69c..6d17563 100644
--- a/board/variscite/dart_6ul/spl.c
+++ b/board/variscite/dart_6ul/spl.c
@@ -4,7 +4,7 @@
* Copyright (C) 2019 Parthiban Nallathambi <parthitce@gmail.com>
*/
-#include <common.h>
+#include <config.h>
#include <init.h>
#include <spl.h>
#include <asm/arch/clock.h>
diff --git a/board/variscite/imx8mn_var_som/imx8mn_var_som.c b/board/variscite/imx8mn_var_som/imx8mn_var_som.c
index 994fd4f..532d8d6 100644
--- a/board/variscite/imx8mn_var_som/imx8mn_var_som.c
+++ b/board/variscite/imx8mn_var_som/imx8mn_var_som.c
@@ -5,7 +5,6 @@
* Copyright 2023 DimOnOff Inc.
*/
-#include <common.h>
#include <dm.h>
#include <env.h>
#include <fdtdec.h>