diff options
author | Stefan Roese <sr@denx.de> | 2005-10-10 17:43:58 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-10-10 17:43:58 +0200 |
commit | 4f92ac3648483cef34eadf69da1f0895a5a148d8 (patch) | |
tree | 70b5ba86e840beab353f54e6b4b744cd395c14e7 /CHANGELOG | |
parent | c29ab9d71d229ee94e8263845ea54222005e3880 (diff) | |
download | u-boot-imx-4f92ac3648483cef34eadf69da1f0895a5a148d8.zip u-boot-imx-4f92ac3648483cef34eadf69da1f0895a5a148d8.tar.gz u-boot-imx-4f92ac3648483cef34eadf69da1f0895a5a148d8.tar.bz2 |
Fix problem in ppc4xx eth-driver without ethaddr (only without
CONFIG_NET_MULTI set)
Patch by Stefan Roese, 10 Oct 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Fix problem in ppc4xx eth-driver without ethaddr (only without + CONFIG_NET_MULTI set) + Patch by Stefan Roese, 10 Oct 2005 + * Fix gzip bmp support (test if malloc fails, warning when truncated). Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board. Patch by Stefan Roese, 07 Oct 2005 |