From: Peng Fan Date: Thu, 29 Jan 2026 10:54:13 +0000 (+0800) Subject: imx93_frdm: Drop DECLARE_GLOBAL_DATA_PTR X-Git-Tag: v2026.04-rc2~11^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1384a9ddebcd422831f7496b971e94c0121a9c92;p=thirdparty%2Fu-boot.git imx93_frdm: Drop DECLARE_GLOBAL_DATA_PTR There is no user of "gd", so drop DECLARE_GLOBAL_DATA_PTR. Signed-off-by: Peng Fan --- diff --git a/board/nxp/imx93_frdm/imx93_frdm.c b/board/nxp/imx93_frdm/imx93_frdm.c index cfbcde2e1a5..d97720795d6 100644 --- a/board/nxp/imx93_frdm/imx93_frdm.c +++ b/board/nxp/imx93_frdm/imx93_frdm.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include @@ -15,8 +14,6 @@ #include #include -DECLARE_GLOBAL_DATA_PTR; - #if IS_ENABLED(CONFIG_EFI_HAVE_CAPSULE_SUPPORT) #define IMX_BOOT_IMAGE_GUID \ EFI_GUID(0xbc550d86, 0xda26, 0x4b70, 0xac, 0x05, \