summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/TQM8540.h1
-rw-r--r--include/configs/TQM8560.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h
index 1f5438362..a44135fda 100644
--- a/include/configs/TQM8540.h
+++ b/include/configs/TQM8540.h
@@ -368,6 +368,7 @@
CFG_CMD_DATE | \
CFG_CMD_EEPROM | \
CFG_CMD_DTT | \
+ CFG_CMD_MII | \
CFG_CMD_PING )
#include <cmd_confdefs.h>
diff --git a/include/configs/TQM8560.h b/include/configs/TQM8560.h
index f8e3be98d..780b11552 100644
--- a/include/configs/TQM8560.h
+++ b/include/configs/TQM8560.h
@@ -48,6 +48,7 @@
* please disable the PCI support for now. sr@denx.de, 15-09-2005
*/
#define CONFIG_PCI
+#undef CONFIG_PCI /* test-only !!!!!!!!!!!!!!!! */
#define CONFIG_TSEC_ENET /* tsec ethernet support */
#undef CONFIG_DDR_ECC /* only for ECC DDR module */
#define CONFIG_DDR_DLL /* possible DLL fix needed */
@@ -377,6 +378,7 @@
CFG_CMD_DATE | \
CFG_CMD_EEPROM | \
CFG_CMD_DTT | \
+ CFG_CMD_MII | \
CFG_CMD_PING )
#include <cmd_confdefs.h>