]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Remove ipaddr from board specific conf files
authorMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 09:42:45 +0000 (11:42 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 24 Sep 2012 15:12:47 +0000 (17:12 +0200)
Just keep it in common.

Signed-off-by: Michal Simek <monstr@monstr.eu>
include/configs/zynq_common.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 5c6086cffe86e9d8a58e116093a8b84c114d6c04..1b97b1608ce6621fbe5a62945398c08c49277101 100644 (file)
 #define CONFIG_ARMV7 /* CPU */
 #define CONFIG_ZYNQ /* SoC */
 
+/* Default environment */
+#define CONFIG_IPADDR   192.168.0.99
+#define CONFIG_SERVERIP 192.168.0.101
+
 #include <asm/arch/xparameters.h>
 
 #define CONFIG_SYS_TEXT_BASE 0x04000000
index 0476c2e1a49e639d679a78e48cddd35ed41d07ef..ac218fdfa9f46f54836b7fcdf0bf8933221ca529 100644 (file)
@@ -6,10 +6,6 @@
 
 #include <configs/zynq_common.h>
 
-/* Default environment */
-#define CONFIG_IPADDR   10.10.70.102
-#define CONFIG_SERVERIP 10.10.70.101
-
 #define CONFIG_ARM_DCC
 #define CONFIG_CPU_V6 /* Required by CONFIG_ARM_DCC */
 
index eb90d43ee43f57c942cb4f48fe7c1391393f8002..e47d1df08be0363a0fb6482cbaeebf4af4c58241 100644 (file)
 
 #include <configs/zynq_common.h>
 
-/* Default environment */
-#define CONFIG_IPADDR   10.10.70.102
-#define CONFIG_SERVERIP 10.10.70.101
-
 #undef CONFIG_ZYNQ_XIL_LQSPI
 
 #undef CONFIG_EXTRA_ENV_SETTINGS
index c9238bb3f0147c06a533bc45ccf1aae4e3b9c2c7..40ebcfff306fd69ac2dea2184ba093f648920cc2 100644 (file)
 
 #include <configs/zynq_common.h>
 
-/* Default environment */
-#define CONFIG_IPADDR   10.10.70.102
-#define CONFIG_SERVERIP 10.10.70.101
-
 #undef CONFIG_ZYNQ_XIL_LQSPI
 
 /* no NOR on zc702 */
index dcd5a3cf549f534b7f13e91d63ba25976db47db5..f71a9fec845b1ee054de433185a6372659315f25 100644 (file)
 
 #include <configs/zynq_common.h>
 
-/* Default environment */
-#define CONFIG_IPADDR   10.10.70.102
-#define CONFIG_SERVERIP 10.10.70.101
-
 #if defined(CONFIG_ZC770_XM012)
 #undef CONFIG_SYS_NO_FLASH
 #else
index 554759fde954ba504f827e2b3cfc5232a0f4b360..6ad6887be3ee7d48c11b6a5097ee5cc411f72a0b 100644 (file)
 
 #include <configs/zynq_common.h>
 
-/* Default environment */
-#define CONFIG_IPADDR   192.168.1.10
-#define CONFIG_SERVERIP 192.168.1.50
-
 #undef CONFIG_ZYNQ_XIL_LQSPI
 
 /* No NOR Flash available on ZedBoard */