]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx8mp_evk: Remove unneeded header files
authorFabio Estevam <festevam@denx.de>
Thu, 19 Oct 2023 21:51:13 +0000 (18:51 -0300)
committerFabio Estevam <festevam@gmail.com>
Wed, 13 Dec 2023 12:54:00 +0000 (09:54 -0300)
Cleanup the file by removing unneeded header files.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
board/freescale/imx8mp_evk/imx8mp_evk.c

index 42291c958e39d877b9aecb1100e8b04f1405e7f4..024b46ef8bc28bd8f6085cc9cc290b719b37fd66 100644 (file)
@@ -3,20 +3,7 @@
  * Copyright 2019 NXP
  */
 
-#include <common.h>
 #include <env.h>
-#include <errno.h>
-#include <init.h>
-#include <linux/delay.h>
-#include <asm/global_data.h>
-#include <asm/mach-imx/iomux-v3.h>
-#include <asm-generic/gpio.h>
-#include <asm/arch/imx8mp_pins.h>
-#include <asm/arch/clock.h>
-#include <asm/arch/sys_proto.h>
-#include <asm/mach-imx/gpio.h>
-
-DECLARE_GLOBAL_DATA_PTR;
 
 int board_init(void)
 {