From 5810dc3a2e4f5f9075f4a1818317b41e552843e5 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 21 Sep 2005 18:20:22 +0200 Subject: Fix autonegotiation in tsec ethernet driver Patch by Stefan Roese, 21 Sep 2005 --- include/configs/TQM8540.h | 1 + include/configs/TQM8560.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'include') diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h index 1f54383629..a44135fda2 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 diff --git a/include/configs/TQM8560.h b/include/configs/TQM8560.h index f8e3be98df..780b115523 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 -- cgit v1.2.3