]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: versal: Remove gd reference
authorMichal Simek <michal.simek@xilinx.com>
Thu, 15 Apr 2021 07:14:16 +0000 (09:14 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 1 Jun 2021 11:38:23 +0000 (13:38 +0200)
gd is not used in this file that's why doesn't make sense to declare it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-versal/mp.c

index 4b434b0ac3f7be626676cd1b9e8b8783da4c12ec..9b0518d6a2cd0cb849833d8e227ee3ed79ee30c4 100644 (file)
@@ -9,8 +9,6 @@
 #include <asm/arch/hardware.h>
 #include <asm/arch/sys_proto.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #define HALT           0
 #define RELEASE                1