]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: solidrun: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:42:50 +0000 (20:42 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:40 +0000 (08:00 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/solidrun/clearfog/clearfog.c
board/solidrun/common/tlv_data.c
board/solidrun/mx6cuboxi/mx6cuboxi.c

index 6977db0a9e28b4a879ca1580a14f6eeb58ca20a3..2dbd071abd9f29cee97fb813a67d0190a620bd32 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2015 Stefan Roese <sr@denx.de>
  */
 
-#include <common.h>
+#include <config.h>
 #include <env.h>
 #include <i2c.h>
 #include <init.h>
index cf5824886c37d873c2ff39c35a3053120b076130..b8086605c3aeeccdcdfb206be019189da1722d72 100644 (file)
@@ -3,9 +3,9 @@
  * Copyright 2020 SolidRun
  */
 
-#include <common.h>
 #include <compiler.h>
 #include <tlv_eeprom.h>
+#include <linux/kernel.h>
 #include "tlv_data.h"
 
 #define SR_TLV_CODE_RAM_SIZE   0x81
index 7f4811d88794c8ac312ec8f18b4e81bd9520cb18..3406ba8616e05f4d2005932089239af3c16cde50 100644 (file)
@@ -15,7 +15,7 @@
  * Ported to SolidRun microSOM by Rabeeh Khoury <rabeeh@solid-run.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <image.h>
 #include <init.h>
 #include <log.h>