git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9aafc
)
arm64: versal: Remove gd reference
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 15 Apr 2021 07:14:16 +0000
(09:14 +0200)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-versal/mp.c
b/arch/arm/mach-versal/mp.c
index
c97c311
..
9b0518d
100644
(file)
--- 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