diff options
author | wdenk <wdenk> | 2004-10-09 23:25:58 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-09 23:25:58 +0000 |
commit | 8655b6f8603f12099e534a10f7840630b3e93026 (patch) | |
tree | 3f1011e28807fbeb23276d2c21c2aa04a1a3094f /CHANGELOG | |
parent | 30d56fae23bf830c9f9817a7f151b248a01ebe96 (diff) | |
download | u-boot-imx-8655b6f8603f12099e534a10f7840630b3e93026.zip u-boot-imx-8655b6f8603f12099e534a10f7840630b3e93026.tar.gz u-boot-imx-8655b6f8603f12099e534a10f7840630b3e93026.tar.bz2 |
* Clean up tools/bmp_logo.c to not add trailing white space
* Patch by Hinko Kocevar, 21 Aug 2004:
- Group common framebuffer functions in common/lcd.c
- Group common framebuffer macros and #defines in include/lcd.h
- Provide calc_fbsize() for video ATAG
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -2,13 +2,20 @@ Changes since U-Boot 1.1.1: ====================================================================== +* Clean up tools/bmp_logo.c to not add trailing white space + +* Patch by Hinko Kocevar, 21 Aug 2004: + - Group common framebuffer functions in common/lcd.c + - Group common framebuffer macros and #defines in include/lcd.h + - Provide calc_fbsize() for video ATAG + * Patch by Sam Song, 21 August 2004: - Fix a typo in README - Align "(RO)" output for "flinfo" after "protect on" - Add RESET support for RPXlite_DW board; adjust CPU:BUS frequency ratio 1:1 when core frequency less than 50MHz -* Patches by himba, 21 Aug 2004: +* Patches by Hinko Kocevar, 21 Aug 2004: - fix some "use of label at end of compound statement" warnings - Define type of LCD panel on lubbock board if CONFIG_LCD is used |