]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: engicam: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:41:45 +0000 (20:41 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:07:50 +0000 (15:07 -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/engicam/common/board.c
board/engicam/common/spl.c
board/engicam/imx6q/imx6q.c
board/engicam/imx6ul/imx6ul.c
board/engicam/imx8mm/icore_mx8mm.c
board/engicam/imx8mm/lpddr4_timing.c
board/engicam/imx8mm/spl.c
board/engicam/imx8mp/icore_mx8mp.c
board/engicam/imx8mp/spl.c
board/engicam/stm32mp1/spl.c
board/engicam/stm32mp1/stm32mp1.c

index df9149e0d6d857fa7276ec39d1868df60d7f1d56..8e0477c7a6e47b53e3f758572209a2726dca28e7 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Jagan Teki <jagan@amarulasolutions.com>
  */
 
-#include <common.h>
 #include <command.h>
 #include <env.h>
 #include <hang.h>
index f1ccdc334363b45e6d0f7431bb98a311b7a4f584..8bc80ee6baa84c26f23248f6cc28a11bb0a134d5 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Jagan Teki <jagan@amarulasolutions.com>
  */
 
-#include <common.h>
 #include <image.h>
 #include <init.h>
 #include <serial.h>
index e6c888fcfde114ee20c147259124a17780d9359e..d799fe6526af9733a503575a6d84b7837869a6e3 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Jagan Teki <jagan@amarulasolutions.com>
  */
 
-#include <common.h>
 
 #include <asm/io.h>
 #include <asm/gpio.h>
index 412d6c302e88e5ab56f4cf3d6e1137c336adc21f..24d654445dbd8569a6b85b1d1fbd6b69b0c1ca46 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Jagan Teki <jagan@amarulasolutions.com>
  */
 
-#include <common.h>
 #include <mmc.h>
 
 #include <asm/io.h>
index 320388faae3e074ab956d1ddce13c0bd139c0ab3..236337546aeea42bf14006dbc32f9ba8ecc4a6b7 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Jagan Teki <jagan@amarulasolutions.com>
  */
 
-#include <common.h>
 #include <miiphy.h>
 #include <netdev.h>
 
index 821212740bcc70a1733b5d707116f3ce9502fe45..fcd45c158f2271c86e116d50512844acbe5b68e4 100644 (file)
@@ -6,7 +6,6 @@
  * Align with uboot-imx_v2018.03_4.14.78_1.0.0_ga
  */
 
-#include <common.h>
 #include <asm/arch/ddr.h>
 #include <asm/arch/lpddr4_define.h>
 
index af9044a3c2b036d5a5e04ae869796f1899b109e6..d51ae241e85cd5fd0646dba2f2a5a6ab607eab57 100644 (file)
@@ -5,7 +5,6 @@
  * Author: Jagan Teki <jagan@amarulasolutions.com>
  */
 
-#include <common.h>
 #include <hang.h>
 #include <init.h>
 #include <log.h>
index 5f820cc8dd70164d5c74202e42e527278f8794e4..e2ed70caa43a60a49c5c16fcff40464cd7d3b3e7 100644 (file)
@@ -8,7 +8,6 @@
  * Jagan Teki <jagan@amarulasolutions.com>
  */
 
-#include <common.h>
 #include <env.h>
 #include <errno.h>
 #include <init.h>
index 36b83aace392cead37fb16ac424e510af3f4d046..cd31aa6041d1397fb5b465d174f0c2c52f5596d3 100644 (file)
@@ -8,7 +8,6 @@
  * Jagan Teki <jagan@amarulasolutions.com>
  */
 
-#include <common.h>
 #include <hang.h>
 #include <init.h>
 #include <log.h>
index 2b7779cc01dd3b6424f78bbdff2d6fab7e8049f1..bb2bd446aa8c42ae628e4c9151cb1ab7cd4788ad 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright (C) 2020 Amarula Solutions(India)
  */
 
-#include <common.h>
+#include <linux/types.h>
 
 /* board early initialisation in board_f: need to use global variable */
 static u32 opp_voltage_mv __section(".data");
index 5223e9bae8d7733b0f3f454cef44126be602ce83..bc2af66d8e964143f1f2330f07903855598a1fc7 100644 (file)
@@ -6,7 +6,6 @@
  * Author: Jagan Teki <jagan@amarulasolutions.com>
  */
 
-#include <common.h>
 #include <env.h>
 #include <env_internal.h>
 #include <syscon.h>