]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: polyhex: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:42:32 +0000 (20:42 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:37 +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/polyhex/imx8mp_debix_model_a/imx8mp_debix_model_a.c
board/polyhex/imx8mp_debix_model_a/spl.c

index 14b94c9e33ce3ad5ccaad9985601a176db57dbcc..112770ba493100f60effa0e5e3dac2867984e7e1 100644 (file)
@@ -11,7 +11,6 @@
 #include <asm/global_data.h>
 #include <asm/mach-imx/gpio.h>
 #include <asm/mach-imx/iomux-v3.h>
-#include <common.h>
 #include <env.h>
 #include <errno.h>
 #include <init.h>
index eb904e116b1199415d22b980bad6a3325f1c960f..6cbd1815cad5815c556cbec2456bc2997ee64945 100644 (file)
@@ -11,7 +11,6 @@
 #include <asm/global_data.h>
 #include <asm/mach-imx/boot_mode.h>
 #include <asm/sections.h>
-#include <common.h>
 #include <dm/device.h>
 #include <dm/uclass.h>
 #include <hang.h>