summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2026-01-08 19:06:49 +0800
committerFabio Estevam <[email protected]>2026-01-17 15:00:23 -0300
commitfd6fee77f9a6f98e6813756d82bb827ce55863dc (patch)
tree904617c49e056981eccdcc49f0ae8dfb1abb7fde
parent5afd9e0b21553c4f156327643676cccb45492aa7 (diff)
imx93_evk: Drop DECLARE_GLOBAL_DATA_PTR
No user of "gd" in this file, drop DECLARE_GLOBAL_DATA_PTR. Signed-off-by: Peng Fan <[email protected]>
-rw-r--r--board/freescale/imx93_evk/imx93_evk.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/imx93_evk/imx93_evk.c b/board/freescale/imx93_evk/imx93_evk.c
index 4c58272523a..0278ef9805f 100644
--- a/board/freescale/imx93_evk/imx93_evk.c
+++ b/board/freescale/imx93_evk/imx93_evk.c
@@ -6,13 +6,10 @@
#include <env.h>
#include <efi_loader.h>
#include <init.h>
-#include <asm/global_data.h>
#include <asm/arch/sys_proto.h>
#include <dm/device.h>
#include <dm/uclass.h>
-DECLARE_GLOBAL_DATA_PTR;
-
#if CONFIG_IS_ENABLED(EFI_HAVE_CAPSULE_SUPPORT)
#define IMX_BOOT_IMAGE_GUID \
EFI_GUID(0xbc550d86, 0xda26, 0x4b70, 0xac, 0x05, \