]> git.dujemihanovic.xyz Git - 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>
Fri, 23 Apr 2021 06:49:19 +0000 (08:49 +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 c97c311d31306ab768c95cc509a27a37a1be63fa..9b0518d6a2cd0cb849833d8e227ee3ed79ee30c4 100644 (file)
@@ -5,13 +5,10 @@
  */
 
 #include <common.h>
-#include <asm/global_data.h>
 #include <asm/io.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/sys_proto.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #define HALT           0
 #define RELEASE                1