]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Remove unused board name variable
authorMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 09:41:12 +0000 (11:41 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 09:48:08 +0000 (11:48 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
include/configs/zynq_afx.h
include/configs/zynq_cseflash.h
include/configs/zynq_ep107.h
include/configs/zynq_zc70x.h
include/configs/zynq_zc770.h
include/configs/zynq_zed.h

index cc143dbb405c0e050419e592a2f53a6f64857249..5a766b9091ab9e4127f550756c1c7f3242f4e4aa 100644 (file)
 #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)
index 6ed98696f09315ce5dad853dc2c0eb043a9df901..0476c2e1a49e639d679a78e48cddd35ed41d07ef 100644 (file)
@@ -4,11 +4,6 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-/*
- * High Level Configuration Options
- */
-#define CONFIG_CSEFLASH /* Board */
-
 #include <configs/zynq_common.h>
 
 /* Default environment */
index b466b0a1fef859905b762f1d4030c28773adca90..eb90d43ee43f57c942cb4f48fe7c1391393f8002 100644 (file)
@@ -18,9 +18,6 @@
 #ifndef __CONFIG_ZYNQ_EP107_H
 #define __CONFIG_ZYNQ_EP107_H
 
-/*
- * High Level Configuration Options
- */
 #define CONFIG_EP107 /* Board */
 
 #include <configs/zynq_common.h>
@@ -69,9 +66,9 @@
                "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 */
@@ -98,7 +95,7 @@
  */
 #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 */
index 660ff3691027d9f4144a5de1ed002c3d496234e6..c9238bb3f0147c06a533bc45ccf1aae4e3b9c2c7 100644 (file)
 #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 */
@@ -36,7 +30,7 @@
 #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 */
index 07ffffb6820db67b1eb9b232a25c0a09d154990e..dcd5a3cf549f534b7f13e91d63ba25976db47db5 100644 (file)
 #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 */
@@ -35,7 +30,7 @@
 #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 */
@@ -63,7 +58,7 @@
  */
 #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 */
index a6e2f661ba3f9193df68b1cbe3f35cee371410ef..554759fde954ba504f827e2b3cfc5232a0f4b360 100644 (file)
 
 #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