diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:16:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:16:34 +0200 |
commit | 5078cce81c77d52ff38921b43f5ea73eebf40251 (patch) | |
tree | f930e06dd7a8bfe210bab9b86f329dfa3d07fef3 /CHANGELOG | |
parent | 978b10964c1a4b3bf97fa5198ba62b36bd173cbe (diff) | |
download | u-boot-imx-5078cce81c77d52ff38921b43f5ea73eebf40251.zip u-boot-imx-5078cce81c77d52ff38921b43f5ea73eebf40251.tar.gz u-boot-imx-5078cce81c77d52ff38921b43f5ea73eebf40251.tar.bz2 |
* Cleanup TQM5200 board configurations:
- make highboot configurations use environment at high end, too,
to avoid flash fragmentation
- always use redundand environment
- don't enable video code for modules without graphics controller
- provide useful (though different) mtdparts settings
- get rid of CONFIG_CS_AUTOCONF which was always set anyway
* Extend mkconfig tool to print more useful target name
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Cleanup TQM5200 board configurations: + - make highboot configurations use environment at high end, too, + to avoid flash fragmentation + - always use redundand environment + - don't enable video code for modules without graphics controller + - provide useful (though different) mtdparts settings + - get rid of CONFIG_CS_AUTOCONF which was always set anyway + +* Extend mkconfig tool to print more useful target name + * Add support for high-boot on TQM5200 and TQM5200S boards. Hint: the CPLD on the TQM5200 must be programmed with a software version supporting the high boot option! The new TQM5200S is |