diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-09-06 23:29:15 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-09-06 23:29:15 +0200 |
commit | 0dab03ba8fb20ede7233f497b6c6db188986e7a8 (patch) | |
tree | 9d7445a7817730b8160640f22529f469adbcc160 /CHANGELOG | |
parent | f60ba0d35e13e9dcf839d4563f9436d07468b1ef (diff) | |
download | u-boot-imx-0dab03ba8fb20ede7233f497b6c6db188986e7a8.zip u-boot-imx-0dab03ba8fb20ede7233f497b6c6db188986e7a8.tar.gz u-boot-imx-0dab03ba8fb20ede7233f497b6c6db188986e7a8.tar.bz2 |
Fix mkimage -l bug with multifile images on 64bit platforms
Patch by David Updegraff, 06 Sep 2006
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 mkimage -l bug with multifile images on 64bit platforms + Patch by David Updegraff, 06 Sep 2006 + * Fix build problems on sorcery board. * Fix coldfire build problems. |