summaryrefslogtreecommitdiff
path: root/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 20:41:28 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:07:49 -0600
commit4cea28c3357b4d066a683b476bac3dbbc99d94fc (patch)
treeab87a0b3bc5ae686dec1fc95b7fbbdfcdf3dbc75 /board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c
parent6a74f1aae28327d2c2ea272040e58fec1c183835 (diff)
board: compulab: 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/compulab/imx8mm-cl-iot-gate/eeprom_spl.c')
-rw-r--r--board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c b/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c
index 90cc33a6e46..1256848f9a9 100644
--- a/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c
+++ b/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/* (C) Copyright 2019 CompuLab, Ltd. <www.compulab.co.il> */
-#include <common.h>
+#include <config.h>
#include <i2c.h>
#include <linux/kernel.h>
#include <asm/arch/imx8mq_pins.h>