diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-04 23:10:28 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-04 23:10:28 +0200 |
commit | 9b880bd4d86dc568221107516e6d4728c5f93a4e (patch) | |
tree | f802140e9fde0fff54cf0eb246fd35c931fc0b0f /CHANGELOG | |
parent | 1820d4c73b78ebe5d08921b0b6249c6f72e45215 (diff) | |
download | u-boot-9b880bd4d86dc568221107516e6d4728c5f93a4e.zip u-boot-9b880bd4d86dc568221107516e6d4728c5f93a4e.tar.gz u-boot-9b880bd4d86dc568221107516e6d4728c5f93a4e.tar.bz2 |
Update ARM Integrator boards:
Correct addessing errors in platform files.
Split off common core module data from Integrator header files to
include/armcoremodule.h.
Patch by Peter Pearse, 04 Oct 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -2,16 +2,24 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Cleanup + +* Update ARM Integrator boards: + Correct addessing errors in platform files. + Split off common core module data from Integrator header files to + include/armcoremodule.h. + Patch by Peter Pearse, 04 Oct 2005 + * Make sure only supported compiler options are used Import "cc-option" shell function from kernel and use it to get the correct ARM GCC options for individual CPUs Patch by Peter Pearse, 30 Jun 2005 * Fix 440GR to print correct cpu revision - Patch by Stefan Roese, 4 Oct 2005 + Patch by Stefan Roese, 04 Oct 2005 * Change board message on AMCC Yosemite & Yellowstone to common style - Patch by Stefan Roese, 3 Oct 2005 + Patch by Stefan Roese, 03 Oct 2005 * Fix compiler warning |