summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-09-21 18:20:22 +0200
committerStefan Roese <sr@denx.de>2005-09-21 18:20:22 +0200
commit5810dc3a2e4f5f9075f4a1818317b41e552843e5 (patch)
treea4f29c8c820a92c507efa054d2a26907c17646e9 /include/configs
parent1806c75959c5a207b1b43885da818b2b77f31ac8 (diff)
Fix autonegotiation in tsec ethernet driver
Patch by Stefan Roese, 21 Sep 2005
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>