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

Acked-By: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/gateworks/gw_ventana/common.c
board/gateworks/gw_ventana/eeprom.c
board/gateworks/gw_ventana/gw_ventana.c
board/gateworks/gw_ventana/gw_ventana_spl.c
board/gateworks/venice/eeprom.c
board/gateworks/venice/lpddr4_timing_imx8mm.c
board/gateworks/venice/spl.c

index 74328b2e1b31d7252ed0f58cebde83532d7a025f..891d1b5ddcaa8b8d377802b854ebca1f8cdc32e2 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Tim Harvey <tharvey@gateworks.com>
  */
 
-#include <common.h>
 #include <env.h>
 #include <fsl_esdhc_imx.h>
 #include <hwconfig.h>
index e622a9ba9e4daa97d2403ea7bfce9fcf0dfade16..b37f19722491d3732a1e17f458e9b4b7edd0d0cd 100644 (file)
@@ -5,7 +5,6 @@
  */
 
 #include <command.h>
-#include <common.h>
 #include <gsc.h>
 #include <hexdump.h>
 #include <i2c.h>
index 683def7e9f71123080de996415465e0e6d211de5..21a908c20dd52517b05feef58b1589d652f8eba9 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <command.h>
-#include <common.h>
 #include <fdt_support.h>
 #include <gsc.h>
 #include <hwconfig.h>
index 2f046c9c0b3ed12a39033f918221d50753bc5ff9..3de4727b2edf1b196efcd3612f4150a8835433fc 100644 (file)
@@ -4,7 +4,7 @@
  * Author: Tim Harvey <tharvey@gateworks.com>
  */
 
-#include <common.h>
+#include <config.h>
 #include <env.h>
 #include <gsc.h>
 #include <hang.h>
index 241be4ee630b0fb46a4dfb58ff4db154101ce5a8..afaabf3487933f1b7975ea9bb1112717e6a39892 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2021 Gateworks Corporation
  */
 
-#include <common.h>
 #include <gsc.h>
 #include <hexdump.h>
 #include <i2c.h>
index 78b431dc28441ce2c5c080c847e54ca9a938ad57..3f2c090a94fc30d71557844586c8a8ded356813d 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <linux/kernel.h>
-#include <common.h>
 #include <asm/arch/ddr.h>
 #include <asm/arch/lpddr4_define.h>
 
index b0a315ba9531f1779d774008da0e017066918797..f10d310a46d4078d688f13ec28f67099c91f7f70 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2021 Gateworks Corporation
  */
 
-#include <common.h>
 #include <cpu_func.h>
 #include <hang.h>
 #include <i2c.h>