summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2021-04-15 09:14:16 +0200
committerMichal Simek <michal.simek@xilinx.com>2021-04-23 08:49:19 +0200
commite59d575d3efd86eccb483f5261d341164a7e31ec (patch)
tree2c539a47e7d5f8d7514ab010c467fbec3e4241d0
parentcd9aafc0ea16e483f881c1547c82630a9c6803b6 (diff)
downloadu-boot-e59d575d3efd86eccb483f5261d341164a7e31ec.tar.gz
arm64: versal: Remove gd reference
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>
-rw-r--r--arch/arm/mach-versal/mp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-versal/mp.c b/arch/arm/mach-versal/mp.c
index c97c311d31..9b0518d6a2 100644
--- a/arch/arm/mach-versal/mp.c
+++ b/arch/arm/mach-versal/mp.c
@@ -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