diff options
author | wdenk <wdenk> | 2004-06-09 12:42:26 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-06-09 12:42:26 +0000 |
commit | aa5590b66f17a157499c71c0aa743418715534d1 (patch) | |
tree | d7230197f759212a48f7e39dc1be9d1077cc801a /CHANGELOG | |
parent | 48abe7bfab14c1e9bd4a9a1f9d2e094b6d16773c (diff) | |
download | u-boot-imx-aa5590b66f17a157499c71c0aa743418715534d1.zip u-boot-imx-aa5590b66f17a157499c71c0aa743418715534d1.tar.gz u-boot-imx-aa5590b66f17a157499c71c0aa743418715534d1.tar.bz2 |
Patch by Thomas Viehweger, 14 May 2004:
- flash.h: more flash types added
- immap_8260.h: some bits added (useful for RMII)
- cmd_coninfo.c: typo corrected, printf -> puts
- reduced size by replacing spaces with tab
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ Changes since U-Boot 1.1.1: ====================================================================== +* Patch by Thomas Viehweger, 14 May 2004: + - flash.h: more flash types added + - immap_8260.h: some bits added (useful for RMII) + - cmd_coninfo.c: typo corrected, printf -> puts + - reduced size by replacing spaces with tab + * Patch by Robert Schwebel, 13 May 2004: Add 'imgextract' command: extract one part of a multi file image. |