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/configs/TQM8540.h | |
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/configs/TQM8540.h')
-rw-r--r-- | include/configs/TQM8540.h | 1 |
1 files changed, 1 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> |