From: Peng Fan Date: Thu, 9 Jan 2025 03:29:08 +0000 (+0800) Subject: imx: imx8mn_evk: Drop DECLARE_GLOBAL_DATA_PTR X-Git-Tag: v2025.04-rc1~54^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d5afc5623493ab8469ded0c839282ab54e636a;p=pandora-u-boot.git imx: imx8mn_evk: Drop DECLARE_GLOBAL_DATA_PTR There is no users of global data in imx8mn_evk.c, drop it. Signed-off-by: Peng Fan --- diff --git a/board/freescale/imx8mn_evk/imx8mn_evk.c b/board/freescale/imx8mn_evk/imx8mn_evk.c index f20ffbc5250..1b9dc51978b 100644 --- a/board/freescale/imx8mn_evk/imx8mn_evk.c +++ b/board/freescale/imx8mn_evk/imx8mn_evk.c @@ -3,13 +3,10 @@ * Copyright 2019 NXP */ -#include #include #include #include -DECLARE_GLOBAL_DATA_PTR; - int board_mmc_get_env_dev(int devno) { return devno;