diff options
author | Wolfgang Denk <wd@fifi.denx.de> | 2006-08-14 21:18:21 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@fifi.denx.de> | 2006-08-14 21:18:21 +0200 |
commit | d689e3462c2ef39f8760051cf9260a8a52b77b25 (patch) | |
tree | b1d76c43193d870ee44fca08fc0350946e906a20 /CHANGELOG | |
parent | c72d9c528517e629e146ca9ce101a4888c45fac8 (diff) | |
download | u-boot-imx-d689e3462c2ef39f8760051cf9260a8a52b77b25.zip u-boot-imx-d689e3462c2ef39f8760051cf9260a8a52b77b25.tar.gz u-boot-imx-d689e3462c2ef39f8760051cf9260a8a52b77b25.tar.bz2 |
Fix drivers/dm9000.c when configured in 32 bit mode.
Patch by Eric Benard, 17 Nov 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Fix drivers/dm9000.c when configured in 32 bit mode. + Patch by Eric Benard, 17 Nov 2005 + * Fix control-c handing in CONFIG_CMDLINE_EDITING Properly pass break code back from readline. Patch by Roger Blofeld, 31 Jul 2006 |