From c68eea0492e68e29ccdca5ac2b88c90899c4d80d Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 10 Aug 2015 21:37:14 +0200 Subject: arm: socfpga: Remove CV-specific parts from AV-SoCDK Just remove the CycloneV specific parts from the ArriaV SoCDK board and they are no longer needed now. Signed-off-by: Marek Vasut --- board/altera/arria5-socdk/qts/iocsr_config.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'board/altera/arria5-socdk/qts/iocsr_config.h') diff --git a/board/altera/arria5-socdk/qts/iocsr_config.h b/board/altera/arria5-socdk/qts/iocsr_config.h index d1c9b0d36a..857f19c9e7 100644 --- a/board/altera/arria5-socdk/qts/iocsr_config.h +++ b/board/altera/arria5-socdk/qts/iocsr_config.h @@ -9,18 +9,9 @@ #ifndef _PRELOADER_IOCSR_CONFIG_H_ #define _PRELOADER_IOCSR_CONFIG_H_ -#ifdef CONFIG_TARGET_SOCFPGA_CYCLONE5 -#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (764) -#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719) -#define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (955) -#define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766) -#endif - -#ifdef CONFIG_TARGET_SOCFPGA_ARRIA5 #define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (1337) #define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719) #define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (1528) #define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766) -#endif #endif /*_PRELOADER_IOCSR_CONFIG_H_*/ -- cgit v1.2.3