]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx93_frdm: Drop DECLARE_GLOBAL_DATA_PTR
authorPeng Fan <peng.fan@nxp.com>
Thu, 29 Jan 2026 10:54:13 +0000 (18:54 +0800)
committerFabio Estevam <festevam@gmail.com>
Fri, 6 Feb 2026 23:30:00 +0000 (20:30 -0300)
There is no user of "gd", so drop DECLARE_GLOBAL_DATA_PTR.

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

index cfbcde2e1a579e9401a3df04011f567e218af6fa..d97720795d60396f5c3c2fc668d592d3bf73ba1b 100644 (file)
@@ -7,7 +7,6 @@
 #include <efi_loader.h>
 #include <i2c.h>
 #include <init.h>
-#include <asm/global_data.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/arch-imx9/imx93_pins.h>
 #include <asm/arch/clock.h>
@@ -15,8 +14,6 @@
 #include <dm/device.h>
 #include <dm/uclass.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #if IS_ENABLED(CONFIG_EFI_HAVE_CAPSULE_SUPPORT)
 #define IMX_BOOT_IMAGE_GUID \
        EFI_GUID(0xbc550d86, 0xda26, 0x4b70, 0xac, 0x05, \