summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Pfau <pfau@gdsys.de>2017-01-11 15:00:48 (GMT)
committerStefan Roese <sr@denx.de>2017-02-01 08:02:49 (GMT)
commit3add68c9966e903a1a4b05acc54e4361ca81eae3 (patch)
tree0d984f236f45b488c8fd125f6687918a3cee6ec2
parent2ad43094417097744e8c7817b2d0bc878d7eb08e (diff)
downloadu-boot-fsl-qoriq-3add68c9966e903a1a4b05acc54e4361ca81eae3.tar.xz
arm: mvebu: spl.c: Remove useless gd declaration
ddaa905 ("arm: mvebu: Add DM (driver model) support") removed the assignment of the gd pointer, but kept the (now superfluous) declaration of the gd pointer. Remove this declaration. Signed-off-by: Reinhard Pfau <pfau@gdsys.de> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r--arch/arm/mach-mvebu/spl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-mvebu/spl.c b/arch/arm/mach-mvebu/spl.c
index e1c9cdb..3cf02a5 100644
--- a/arch/arm/mach-mvebu/spl.c
+++ b/arch/arm/mach-mvebu/spl.c
@@ -13,8 +13,6 @@
#include <asm/arch/cpu.h>
#include <asm/arch/soc.h>
-DECLARE_GLOBAL_DATA_PTR;
-
static u32 get_boot_device(void)
{
u32 val;