#ifndef __CONFIG_ZYNQ_AFX_H
#define __CONFIG_ZYNQ_AFX_H
-/*
- * High Level Configuration Options
- */
-#define CONFIG_AFX /* Board */
-
#include <configs/zynq_common.h>
#if defined(CONFIG_AFX_NOR)
#ifndef __CONFIG_H
#define __CONFIG_H
-/*
- * High Level Configuration Options
- */
-#define CONFIG_CSEFLASH /* Board */
-
#include <configs/zynq_common.h>
/* Default environment */
#ifndef __CONFIG_ZYNQ_EP107_H
#define __CONFIG_ZYNQ_EP107_H
-/*
- * High Level Configuration Options
- */
#define CONFIG_EP107 /* Board */
#include <configs/zynq_common.h>
"go 0x8000\0"
/* Uncomment it if you don't want Flash */
-//#define CONFIG_SYS_NO_FLASH
+//#define CONFIG_SYS_NO_FLASH
-#include <config_cmd_default.h>
+#include <config_cmd_default.h>
#define CONFIG_CMD_DATE /* RTC? */
#define CONFIG_CMD_PING /* Might be useful for debugging */
#define CONFIG_CMD_SAVEENV /* Command to save ENV to Flash */
*/
#ifndef CONFIG_SYS_NO_FLASH
-#define CONFIG_SYS_FLASH_BASE 0xE2000000
+#define CONFIG_SYS_FLASH_BASE 0xE2000000
#define CONFIG_SYS_FLASH_SIZE (16 * 1024 * 1024)
#define CONFIG_SYS_MAX_FLASH_BANKS 1
/* max number of sectors/blocks on one chip */
#ifndef __CONFIG_ZYNQ_ZC70X_H
#define __CONFIG_ZYNQ_ZC70X_H
-/*
- * High Level Configuration Options
- */
-#define CONFIG_ZC702 /* Board */
-#define CONFIG_ZC706 /* Board */
-
#include <configs/zynq_common.h>
/* Default environment */
#define CONFIG_SYS_NO_FLASH
#define CONFIG_ENV_IS_NOWHERE
-#include <config_cmd_default.h>
+#include <config_cmd_default.h>
#define CONFIG_CMD_DATE /* RTC? */
#define CONFIG_CMD_PING /* Might be useful for debugging */
#define CONFIG_CMD_SAVEENV /* Command to save ENV to Flash */
#ifndef __CONFIG_ZYNQ_ZC770_H
#define __CONFIG_ZYNQ_ZC770_H
-/*
- * High Level Configuration Options
- */
-#define CONFIG_ZC770 /* Board */
-
#include <configs/zynq_common.h>
/* Default environment */
#define CONFIG_SYS_NO_FLASH
#endif
-#include <config_cmd_default.h>
+#include <config_cmd_default.h>
#define CONFIG_CMD_DATE /* RTC? */
#define CONFIG_CMD_SAVEENV /* Command to save ENV to Flash */
#define CONFIG_REGINFO /* Again, debugging */
*/
#ifndef CONFIG_SYS_NO_FLASH
-#define CONFIG_SYS_FLASH_BASE 0xE2000000
+#define CONFIG_SYS_FLASH_BASE 0xE2000000
#define CONFIG_SYS_FLASH_SIZE (16 * 1024 * 1024)
#define CONFIG_SYS_MAX_FLASH_BANKS 1
/* max number of sectors/blocks on one chip */
#include <configs/zynq_common.h>
-/*
- * High Level Configuration Options
- */
-#define CONFIG_ZED /* Community Board */
-
/* Default environment */
#define CONFIG_IPADDR 192.168.1.10
#define CONFIG_SERVERIP 192.168.1.50