diff options
author | Stefan Roese <sr@denx.de> | 2005-09-21 18:20:22 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-09-21 18:20:22 +0200 |
commit | 5810dc3a2e4f5f9075f4a1818317b41e552843e5 (patch) | |
tree | a4f29c8c820a92c507efa054d2a26907c17646e9 /include | |
parent | 1806c75959c5a207b1b43885da818b2b77f31ac8 (diff) | |
download | u-boot-imx-5810dc3a2e4f5f9075f4a1818317b41e552843e5.zip u-boot-imx-5810dc3a2e4f5f9075f4a1818317b41e552843e5.tar.gz u-boot-imx-5810dc3a2e4f5f9075f4a1818317b41e552843e5.tar.bz2 |
Fix autonegotiation in tsec ethernet driver
Patch by Stefan Roese, 21 Sep 2005
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/TQM8540.h | 1 | ||||
-rw-r--r-- | include/configs/TQM8560.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h index 1f54383..a44135f 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 f8e3be9..780b115 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> |