diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-30 20:16:37 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-06-30 20:16:37 +0200 |
commit | 3f7a63e6a34c5b435864c860c1563117e45d1c35 (patch) | |
tree | 6d223d2a165f58270ac9f6acde6cdd0b134e9b42 /CHANGELOG | |
parent | 3b5f61a02579026f0588b5dac3bb1c507b6fa53f (diff) | |
download | u-boot-imx-3f7a63e6a34c5b435864c860c1563117e45d1c35.zip u-boot-imx-3f7a63e6a34c5b435864c860c1563117e45d1c35.tar.gz u-boot-imx-3f7a63e6a34c5b435864c860c1563117e45d1c35.tar.bz2 |
Fix CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,6 +6,10 @@ Changes since U-Boot 1.1.4: * Remove autogenerated bmp_logo.h file. +* Add support for AMCC 440SPe CPU based eval board (Yucca). + +* Call serial_initialize() before first debug() is used. + * Cleanup trab board for GCC-4.x * VoiceBlue update: use new MTD flash partitioning methods, use more @@ -731,10 +735,6 @@ Changes since U-Boot 1.1.4: Changes for U-Boot 1.1.4: ====================================================================== -* Add support for AMCC 440SPe CPU based eval board (Yucca). - -* Call serial_initialize() before first debug() is used. - * Changes to Yellowstone & Yosemite 440EP/GR eval boards: - Changed GPIO setup to enable another address line in order to address 64M of FLASH. |