]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Updated High level configuration options.
authorJagan <jaganna@xilinx.com>
Mon, 28 May 2012 09:53:43 +0000 (15:23 +0530)
committerJagan <jaganna@xilinx.com>
Thu, 31 May 2012 07:58:17 +0000 (13:28 +0530)
Signed-off-by: Jagan <jaganna@xilinx.com>
include/configs/zynq_cseflash.h
include/configs/zynq_ep107.h
include/configs/zynq_zc702.h
include/configs/zynq_zc770.h

index bbb0e98015d5b3df51520bf839300ddd0d94fc32..47eac2a27dbb2628e29583232b375ca5146c7211 100644 (file)
@@ -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
 
 
 /* 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
index 61c4666fa672ef75e88a611fc415889faa7c4efe..1c7ebaaf7986699c698758d2ddbcf65de2253aea 100644 (file)
@@ -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. */
 
 
 
 /* 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
index 590be56b064ce4e007343eceb9c7a30d4bdb894e..03f64b913a4deefa28468e1f2e0d1db2493a4c75 100755 (executable)
@@ -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. */
 
 
 
 /* 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
index 996814c60516c037a87a55dc0097fac098e97686..319197251cbc23103225084ad66a58bed3bd6ff2 100644 (file)
@@ -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"
 
 
 
 /* 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)