From: Peng Fan Date: Thu, 29 Jan 2026 10:54:05 +0000 (+0800) Subject: imx8mp_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR X-Git-Tag: v2026.04-rc2~11^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649a52aeb92a5a6b8fdc09eef5f3bcb45c2b11c7;p=thirdparty%2Fu-boot.git imx8mp_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/imx8mp_evk/spl.c b/board/nxp/imx8mp_evk/spl.c index 552bf689228..4e6a5830b07 100644 --- a/board/nxp/imx8mp_evk/spl.c +++ b/board/nxp/imx8mp_evk/spl.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include @@ -18,8 +17,6 @@ #include #include -DECLARE_GLOBAL_DATA_PTR; - int spl_board_boot_device(enum boot_device boot_dev_spl) { return BOOT_DEVICE_BOOTROM;