From: Peng Fan Date: Thu, 29 Jan 2026 10:54:07 +0000 (+0800) Subject: imx8mn_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR X-Git-Tag: v2026.04-rc2~11^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e590536a0996500379195e5077d280caec990df0;p=thirdparty%2Fu-boot.git imx8mn_evk: spl: 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/imx8mn_evk/spl.c b/board/nxp/imx8mn_evk/spl.c index f96f5c45789..6554d445a59 100644 --- a/board/nxp/imx8mn_evk/spl.c +++ b/board/nxp/imx8mn_evk/spl.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include @@ -32,8 +31,6 @@ #include #include -DECLARE_GLOBAL_DATA_PTR; - int spl_board_boot_device(enum boot_device boot_dev_spl) { return BOOT_DEVICE_BOOTROM;