]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx8mq_evk: spl: Drop DECLARE_GLOBAL_DATA_PTR
authorPeng Fan <peng.fan@nxp.com>
Thu, 29 Jan 2026 10:54:12 +0000 (18:54 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 6 Feb 2026 23:29:59 +0000 (20:29 -0300)
There is no user of "gd", so drop DECLARE_GLOBAL_DATA_PTR.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/nxp/imx8mq_evk/spl.c

index a346305c8633fedc760ff9361dd34eac49da07c6..5116d806bb655cd9a852eb2e3f632661124bd9ac 100644 (file)
@@ -9,7 +9,6 @@
 #include <image.h>
 #include <init.h>
 #include <log.h>
-#include <asm/global_data.h>
 #include <asm/io.h>
 #include <errno.h>
 #include <asm/io.h>
@@ -30,8 +29,6 @@
 #include <spl.h>
 #include "../common/pfuze.h"
 
-DECLARE_GLOBAL_DATA_PTR;
-
 extern struct dram_timing_info dram_timing_b0;
 
 static void spl_dram_init(void)