[U-Boot] [PATCH 1/2] arm64: zynqmp: Remove unused GEM addresses

Michal Simek michal.simek at xilinx.com
Tue Jan 22 12:16:17 UTC 2019


With DM in place there is no need to have GEM addresses in headers. None
is using them.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 arch/arm/mach-zynqmp/include/mach/hardware.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/mach-zynqmp/include/mach/hardware.h b/arch/arm/mach-zynqmp/include/mach/hardware.h
index 8a505edab3cc..efb4bba4b8c2 100644
--- a/arch/arm/mach-zynqmp/include/mach/hardware.h
+++ b/arch/arm/mach-zynqmp/include/mach/hardware.h
@@ -7,11 +7,6 @@
 #ifndef _ASM_ARCH_HARDWARE_H
 #define _ASM_ARCH_HARDWARE_H
 
-#define ZYNQ_GEM_BASEADDR0	0xFF0B0000
-#define ZYNQ_GEM_BASEADDR1	0xFF0C0000
-#define ZYNQ_GEM_BASEADDR2	0xFF0D0000
-#define ZYNQ_GEM_BASEADDR3	0xFF0E0000
-
 #define ZYNQ_I2C_BASEADDR0	0xFF020000
 #define ZYNQ_I2C_BASEADDR1	0xFF030000
 
-- 
1.9.1



More information about the U-Boot mailing list