diff options
| author | Peng Fan <[email protected]> | 2026-01-29 18:54:09 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-02-06 20:29:59 -0300 |
| commit | 8178c237374537585c7a1d945136725bce48c8a7 (patch) | |
| tree | 3fe305a65d23c818ebcb87c9c911e3267669c9d1 /board | |
| parent | 4559cd3ea42b9ed85b3c9ba4290af9d217c6b25c (diff) | |
imx8ulp_evk: Drop DECLARE_GLOBAL_DATA_PTR
There is no user of "gd", so drop DECLARE_GLOBAL_DATA_PTR.
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/nxp/imx8ulp_evk/imx8ulp_evk.c | 2 | ||||
| -rw-r--r-- | board/nxp/imx8ulp_evk/spl.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/board/nxp/imx8ulp_evk/imx8ulp_evk.c b/board/nxp/imx8ulp_evk/imx8ulp_evk.c index 4bf77a488cc..cd17f6960c7 100644 --- a/board/nxp/imx8ulp_evk/imx8ulp_evk.c +++ b/board/nxp/imx8ulp_evk/imx8ulp_evk.c @@ -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[] = { diff --git a/board/nxp/imx8ulp_evk/spl.c b/board/nxp/imx8ulp_evk/spl.c index fe637077928..656c2723494 100644 --- a/board/nxp/imx8ulp_evk/spl.c +++ b/board/nxp/imx8ulp_evk/spl.c @@ -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 */ |
