]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx8ulp_evk: Drop DECLARE_GLOBAL_DATA_PTR
authorPeng Fan <peng.fan@nxp.com>
Thu, 29 Jan 2026 10:54:09 +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/imx8ulp_evk/imx8ulp_evk.c
board/nxp/imx8ulp_evk/spl.c

index 4bf77a488ccd8729ae1793b66ec8ae0384521d0f..cd17f6960c75292ed13eeec61efa5a08c28e0209 100644 (file)
@@ -14,8 +14,6 @@
 #include <netdev.h>
 #include <asm/gpio.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #if IS_ENABLED(CONFIG_FEC_MXC)
 #define ENET_CLK_PAD_CTRL      (PAD_CTL_PUS_UP | PAD_CTL_DSE | PAD_CTL_IBE_ENABLE)
 static iomux_cfg_t const enet_clk_pads[] = {
index fe63707792844c98ca92065fe9e64cdb458bc396..656c272349431ed8f542c95c7c5f5b6767b43ca3 100644 (file)
@@ -21,8 +21,6 @@
 #include <asm/mach-imx/ele_api.h>
 #include <asm/sections.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 void spl_dram_init(void)
 {
        /* Reboot in dual boot setting no need to init ddr again */