From: stroese <stroese>
Date: Tue, 24 Jun 2003 14:30:28 +0000 (+0000)
Subject: - Add ping support.
X-Git-Tag: v2025.01-rc5-pxa1908~23909
X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=a0e135b493b5d0d91d9b5ba3fab22c928caa5745;p=u-boot.git

- Add ping support.
---

diff --git a/include/configs/ASH405.h b/include/configs/ASH405.h
index 3a630d8028..4be6158d89 100644
--- a/include/configs/ASH405.h
+++ b/include/configs/ASH405.h
@@ -69,6 +69,8 @@
 				CFG_CMD_NAND	| \
 				CFG_CMD_DATE	| \
 				CFG_CMD_I2C	| \
+				CFG_CMD_MII	| \
+				CFG_CMD_PING	| \
 				CFG_CMD_EEPROM  )
 
 /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h
index a4cfe25e2f..2671b5f197 100644
--- a/include/configs/CPCI4052.h
+++ b/include/configs/CPCI4052.h
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2001
+ * (C) Copyright 2001-2003
  * Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
  *
  * See file CREDITS for list of people who contributed to this
@@ -89,6 +89,7 @@
 				CFG_CMD_JFFS2	| \
 				CFG_CMD_I2C	| \
 				CFG_CMD_MII	| \
+				CFG_CMD_PING	| \
 				CFG_CMD_EEPROM  )
 
 #define CONFIG_MAC_PARTITION
diff --git a/include/configs/CPCI405AB.h b/include/configs/CPCI405AB.h
index 5e07d3e09b..de55e87694 100644
--- a/include/configs/CPCI405AB.h
+++ b/include/configs/CPCI405AB.h
@@ -77,6 +77,7 @@
 				CFG_CMD_JFFS2	| \
 				CFG_CMD_I2C	| \
 				CFG_CMD_MII	| \
+				CFG_CMD_PING	| \
 				CFG_CMD_EEPROM  )
 
 #define CONFIG_MAC_PARTITION
diff --git a/include/configs/PMC405.h b/include/configs/PMC405.h
index 3ec84ff1c3..e3d37856c3 100644
--- a/include/configs/PMC405.h
+++ b/include/configs/PMC405.h
@@ -70,6 +70,7 @@
 				CFG_CMD_JFFS2	| \
 				CFG_CMD_MII	| \
 				CFG_CMD_I2C	| \
+				CFG_CMD_PING	| \
 				CFG_CMD_EEPROM  )
 
 #define CONFIG_MAC_PARTITION