From: Peng Fan Date: Thu, 8 Jan 2026 11:06:49 +0000 (+0800) Subject: imx93_evk: Drop DECLARE_GLOBAL_DATA_PTR X-Git-Tag: v2026.04-rc1~29^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd6fee77f9a6f98e6813756d82bb827ce55863dc;p=thirdparty%2Fu-boot.git imx93_evk: Drop DECLARE_GLOBAL_DATA_PTR No user of "gd" in this file, drop DECLARE_GLOBAL_DATA_PTR. Signed-off-by: Peng Fan --- diff --git a/board/freescale/imx93_evk/imx93_evk.c b/board/freescale/imx93_evk/imx93_evk.c index 4c58272523a..0278ef9805f 100644 --- a/board/freescale/imx93_evk/imx93_evk.c +++ b/board/freescale/imx93_evk/imx93_evk.c @@ -6,13 +6,10 @@ #include #include #include -#include #include #include #include -DECLARE_GLOBAL_DATA_PTR; - #if CONFIG_IS_ENABLED(EFI_HAVE_CAPSULE_SUPPORT) #define IMX_BOOT_IMAGE_GUID \ EFI_GUID(0xbc550d86, 0xda26, 0x4b70, 0xac, 0x05, \