From 8ba66fd9e0c5d197cf32131a09dc0d80abebf39a Mon Sep 17 00:00:00 2001 From: Jagan Date: Mon, 28 May 2012 15:26:52 +0530 Subject: [PATCH] Xilinx: ARM: Removed redundent macro names on board selection Signed-off-by: Jagan --- include/configs/zynq_cseflash.h | 7 ------- include/configs/zynq_ep107.h | 7 ------- include/configs/zynq_zc702.h | 6 ------ 3 files changed, 20 deletions(-) diff --git a/include/configs/zynq_cseflash.h b/include/configs/zynq_cseflash.h index 47eac2a27db..931d9753c3a 100644 --- a/include/configs/zynq_cseflash.h +++ b/include/configs/zynq_cseflash.h @@ -15,13 +15,6 @@ #define CONFIG_ARM_DCC 1 /* enable dcc channel */ #define CONFIG_CPU_V6 1 -/* Select board: comment out all but one. */ - -//#define CONFIG_EP107 1 -#define CONFIG_ZC770_XM010 -//#define CONFIG_ZC770_XM011 -//#define CONFIG_ZC770_XM010_XM011 - #ifdef CONFIG_EP107 # include "../board/xilinx/zynq_common/xparameters.h" #else diff --git a/include/configs/zynq_ep107.h b/include/configs/zynq_ep107.h index 1c7ebaaf798..0a205b71943 100644 --- a/include/configs/zynq_ep107.h +++ b/include/configs/zynq_ep107.h @@ -13,13 +13,6 @@ #define CONFIG_ZYNQ 1 /* SoC? */ #define CONFIG_EP107 1 /* Board */ -/* Select board: comment out all but one. */ - -#define CONFIG_EP107 1 -//#define CONFIG_ZC770_XM010 -//#define CONFIG_ZC770_XM011 -//#define CONFIG_ZC770_XM010_XM011 - #ifdef CONFIG_EP107 # include "../board/xilinx/zynq_common/xparameters.h" #else diff --git a/include/configs/zynq_zc702.h b/include/configs/zynq_zc702.h index 03f64b913a4..ff1b0049089 100755 --- a/include/configs/zynq_zc702.h +++ b/include/configs/zynq_zc702.h @@ -13,12 +13,6 @@ #define CONFIG_ZYNQ 1 /* SoC? */ #define CONFIG_ZC702 1 /* Board */ -/* Select board: comment out all but one. */ - -#define CONFIG_ZC770_XM010 -//#define CONFIG_ZC770_XM011 -//#define CONFIG_ZC770_XM010_XM011 - # include "../board/xilinx/zynq_common/xparameters_zynq.h" #define CONFIG_SYS_TEXT_BASE 0x04000000 -- 2.47.3