From: Jagan Date: Mon, 28 May 2012 09:56:52 +0000 (+0530) Subject: Xilinx: ARM: Removed redundent macro names on board selection X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ba66fd9e0c5d197cf32131a09dc0d80abebf39a;p=thirdparty%2Fu-boot.git Xilinx: ARM: Removed redundent macro names on board selection Signed-off-by: Jagan --- 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