#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
#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
#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
#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)