]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx93_evk: Drop DECLARE_GLOBAL_DATA_PTR
authorPeng Fan <peng.fan@nxp.com>
Thu, 8 Jan 2026 11:06:49 +0000 (19:06 +0800)
committerFabio Estevam <festevam@nabladev.com>
Sat, 17 Jan 2026 18:00:23 +0000 (15:00 -0300)
No user of "gd" in this file, drop DECLARE_GLOBAL_DATA_PTR.

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

index 4c58272523ab8ba07d2a74a398108ea64f7dd40f..0278ef9805fc46d2dc5dd30422b16ad499dfd0d7 100644 (file)
@@ -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, \