From: Peng Fan Date: Thu, 29 Jan 2026 10:54:12 +0000 (+0800) Subject: imx8mq_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR X-Git-Tag: v2026.04-rc2~11^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cde536025c59bbc1fea973d57ec76f7be059a5e;p=thirdparty%2Fu-boot.git imx8mq_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/imx8mq_evk/spl.c b/board/nxp/imx8mq_evk/spl.c index a346305c863..5116d806bb6 100644 --- a/board/nxp/imx8mq_evk/spl.c +++ b/board/nxp/imx8mq_evk/spl.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include @@ -30,8 +29,6 @@ #include #include "../common/pfuze.h" -DECLARE_GLOBAL_DATA_PTR; - extern struct dram_timing_info dram_timing_b0; static void spl_dram_init(void)