From a5dd770285b77fb0682a32d29b3cba016d1fb5fd Mon Sep 17 00:00:00 2001 From: Jagan Date: Mon, 28 May 2012 15:23:43 +0530 Subject: [PATCH] Xilinx: ARM: Updated High level configuration options. Signed-off-by: Jagan --- include/configs/zynq_cseflash.h | 10 +++++----- include/configs/zynq_ep107.h | 9 ++++----- include/configs/zynq_zc702.h | 9 ++++----- include/configs/zynq_zc770.h | 10 ++++------ 4 files changed, 17 insertions(+), 21 deletions(-) diff --git a/include/configs/zynq_cseflash.h b/include/configs/zynq_cseflash.h index bbb0e98015d..47eac2a27db 100644 --- a/include/configs/zynq_cseflash.h +++ b/include/configs/zynq_cseflash.h @@ -4,10 +4,13 @@ #ifndef __CONFIG_H #define __CONFIG_H +/* + * High Level Configuration Options + */ #define CONFIG_ARM1176 1 /* CPU */ -#define CONFIG_XDF 1 /* Board */ -#define CONFIG_DFE 1 /* Board sub-type ("flavor"?) */ #define CONFIG_ZYNQ 1 /* SoC? */ +#define CONFIG_ZC770 1 /* Board */ +#define CONFIG_ZC770_XM010 1 /* Board sub-type ("flavor"?) */ #define CONFIG_ARM_DCC 1 /* enable dcc channel */ #define CONFIG_CPU_V6 1 @@ -190,9 +193,6 @@ /* HW to use */ -#define CONFIG_XDF_UART 1 -//#define CONFIG_XDF_ETH 1 -//#define CONFIG_XDF_RTC 1 #ifdef CONFIG_EP107 # define CONFIG_UART0 1 #else diff --git a/include/configs/zynq_ep107.h b/include/configs/zynq_ep107.h index 61c4666fa67..1c7ebaaf798 100644 --- a/include/configs/zynq_ep107.h +++ b/include/configs/zynq_ep107.h @@ -6,10 +6,12 @@ #ifndef __CONFIG_H #define __CONFIG_H +/* + * High Level Configuration Options + */ #define CONFIG_ARM1176 1 /* CPU */ -#define CONFIG_XDF 1 /* Board */ -#define CONFIG_DFE 1 /* Board sub-type ("flavor"?) */ #define CONFIG_ZYNQ 1 /* SoC? */ +#define CONFIG_EP107 1 /* Board */ /* Select board: comment out all but one. */ @@ -172,9 +174,6 @@ /* HW to use */ -#define CONFIG_XDF_UART 1 -#define CONFIG_XDF_ETH 1 -#define CONFIG_XDF_RTC 1 #ifdef CONFIG_EP107 # define CONFIG_UART0 1 #else diff --git a/include/configs/zynq_zc702.h b/include/configs/zynq_zc702.h index 590be56b064..03f64b913a4 100755 --- a/include/configs/zynq_zc702.h +++ b/include/configs/zynq_zc702.h @@ -6,10 +6,12 @@ #ifndef __CONFIG_H #define __CONFIG_H +/* + * High Level Configuration Options + */ #define CONFIG_ARM1176 1 /* CPU */ -#define CONFIG_XDF 1 /* Board */ -#define CONFIG_DFE 1 /* Board sub-type ("flavor"?) */ #define CONFIG_ZYNQ 1 /* SoC? */ +#define CONFIG_ZC702 1 /* Board */ /* Select board: comment out all but one. */ @@ -164,9 +166,6 @@ /* HW to use */ -#define CONFIG_XDF_UART 1 -#define CONFIG_XDF_ETH 1 -#define CONFIG_XDF_RTC 1 # define CONFIG_UART1 1 #define CONFIG_TTC0 1 #define CONFIG_GEM0 1 diff --git a/include/configs/zynq_zc770.h b/include/configs/zynq_zc770.h index 996814c6051..319197251cb 100644 --- a/include/configs/zynq_zc770.h +++ b/include/configs/zynq_zc770.h @@ -6,10 +6,12 @@ #ifndef __CONFIG_H #define __CONFIG_H +/* + * High Level Configuration Options + */ #define CONFIG_ARM1176 1 /* CPU */ -#define CONFIG_XDF 1 /* Board */ -#define CONFIG_DFE 1 /* Board sub-type ("flavor"?) */ #define CONFIG_ZYNQ 1 /* SoC? */ +#define CONFIG_ZC770 1 /* Board */ #include "../board/xilinx/zynq_common/xparameters_zynq.h" @@ -168,10 +170,6 @@ /* HW to use */ -#define CONFIG_XDF_UART 1 -#define CONFIG_XDF_ETH 1 -#define CONFIG_XDF_RTC 1 - #define TIMER_INPUT_CLOCK XPAR_CPU_CORTEXA9_CORE_CLOCK_FREQ_HZ / 2 #define CONFIG_TIMER_PRESCALE 255 #define TIMER_TICK_HZ (TIMER_INPUT_CLOCK / CONFIG_TIMER_PRESCALE) -- 2.47.3