aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-10-19 18:51:13 -0300
committerFabio Estevam <festevam@gmail.com>2023-12-13 09:54:00 -0300
commit7d6b706d10081b88ed747cd1fe048e5363c6a32e (patch)
treecb5876aaed149105a410e424f575206e65ea5a7a /board
parent21b30c237aa649f7de0ddf6140eb747e114a2063 (diff)
downloadu-boot-7d6b706d10081b88ed747cd1fe048e5363c6a32e.zip
u-boot-7d6b706d10081b88ed747cd1fe048e5363c6a32e.tar.gz
u-boot-7d6b706d10081b88ed747cd1fe048e5363c6a32e.tar.bz2
imx8mp_evk: Remove unneeded header files
Cleanup the file by removing unneeded header files. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/imx8mp_evk/imx8mp_evk.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/board/freescale/imx8mp_evk/imx8mp_evk.c b/board/freescale/imx8mp_evk/imx8mp_evk.c
index 42291c9..024b46e 100644
--- a/board/freescale/imx8mp_evk/imx8mp_evk.c
+++ b/board/freescale/imx8mp_evk/imx8mp_evk.c
@@ -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)
{