]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: bsh: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:41:17 +0000 (20:41 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:07:49 +0000 (15:07 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/bsh/imx6ulz_smm_m2/imx6ulz_smm_m2.c
board/bsh/imx6ulz_smm_m2/spl.c
board/bsh/imx8mn_smm_s2/imx8mn_smm_s2.c

index c82eabbfbea1ec43f466d5e87a9f6e9787171e6b..c03e390762a9d65c6cc65001cfd54495455602ea 100644 (file)
@@ -14,7 +14,6 @@
 #include <asm/mach-imx/boot_mode.h>
 #include <asm/global_data.h>
 #include <asm/gpio.h>
-#include <common.h>
 #include <env.h>
 #include <linux/sizes.h>
 
index 5b4812e129e3179d62dca64efd09cf501ccf77e1..724841b57456029ec227eb4ea142606eb3cde5f6 100644 (file)
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0+
 
-#include <common.h>
 #include <cpu_func.h>
 #include <hang.h>
 #include <init.h>
index 0ebf208be82a2317e0720ca0aabebd380abf207d..c99896873991f10646f61e4edd531dd9738aa0d6 100644 (file)
@@ -3,7 +3,6 @@
  * Copyright 2021 Collabora Ltd.
  */
 
-#include <common.h>
 #include <asm/arch/sys_proto.h>
 #include <env.h>