diff options
| author | Peng Fan <[email protected]> | 2026-01-29 18:54:03 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-02-06 20:29:59 -0300 |
| commit | 79e1a5b69f46d6aa7b36bd8807c4309c59b5ca41 (patch) | |
| tree | 96617b7f0af60929e4d73bcec33da015443d950a /board | |
| parent | 1a79ea5b36e1410ff7f551bcb2cc542185371586 (diff) | |
imx8mm_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/imx8mm_evk/imx8mm_evk.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/nxp/imx8mm_evk/imx8mm_evk.c b/board/nxp/imx8mm_evk/imx8mm_evk.c index ecc20768cb5..a8c1ef287e5 100644 --- a/board/nxp/imx8mm_evk/imx8mm_evk.c +++ b/board/nxp/imx8mm_evk/imx8mm_evk.c @@ -9,14 +9,11 @@ #include <init.h> #include <miiphy.h> #include <netdev.h> -#include <asm/global_data.h> #include <asm/arch/clock.h> #include <asm/arch/sys_proto.h> #include <asm/io.h> -DECLARE_GLOBAL_DATA_PTR; - #if CONFIG_IS_ENABLED(EFI_HAVE_CAPSULE_SUPPORT) #define IMX_BOOT_IMAGE_GUID \ EFI_GUID(0xead2005e, 0x7780, 0x400b, 0x93, 0x48, \ |
