diff options
author | wdenk <wdenk> | 2005-04-04 23:43:44 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-04 23:43:44 +0000 |
commit | 3dd7f0f0ca1720aee5d8b1b40fd2ae093deb81a0 (patch) | |
tree | 8e1b8645e22bced846e634e4b851f2ceec855059 /CHANGELOG | |
parent | 8aa1a2d115420b1eb126f69f3547b54d275c3228 (diff) | |
download | u-boot-imx-3dd7f0f0ca1720aee5d8b1b40fd2ae093deb81a0.zip u-boot-imx-3dd7f0f0ca1720aee5d8b1b40fd2ae093deb81a0.tar.gz u-boot-imx-3dd7f0f0ca1720aee5d8b1b40fd2ae093deb81a0.tar.bz2 |
* Add FEC support for TQM8540 board.
Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC
* Patch by Martin Krause, 04 Apr 2005:
Update default configuration for CMC_PU2 board.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Add FEC support for TQM8540 board. + Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC + +* Patch by Martin Krause, 04 Apr 2005: + Update default configuration for CMC_PU2 board. + * Patch by Steven Scholz, 04 Apr 2005: - remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: |