From: Michal Simek Date: Thu, 15 Jan 2015 09:28:59 +0000 (+0100) Subject: zynqmp: Remove csu reg structure X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fcc25fa90acb3726985ccf4cbc8cc1caf49fbb1;p=thirdparty%2Fu-boot.git zynqmp: Remove csu reg structure It is completely unused now. Signed-off-by: Michal Simek --- diff --git a/arch/arm/include/asm/arch-zynqmp/hardware.h b/arch/arm/include/asm/arch-zynqmp/hardware.h index e5de23c3904..f868004150c 100644 --- a/arch/arm/include/asm/arch-zynqmp/hardware.h +++ b/arch/arm/include/asm/arch-zynqmp/hardware.h @@ -52,15 +52,6 @@ struct iou_scntr { #define SD_MODE 0x00000005 #define JTAG_MODE 0x00000000 -#define ZYNQMP_CSU_BASEADDR 0xFFCA0000 - -struct csu_regs { - u32 reserved0[16]; - u32 version; /* 0x44 */ -}; - -#define csu_base ((struct csu_regs *)ZYNQMP_CSU_BASEADDR) - #define ZYNQMP_IOU_SLCR_BASEADDR 0xFF180000 struct iou_slcr_regs {