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 /MAKEALL | |
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 'MAKEALL')
-rwxr-xr-x | MAKEALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ LIST_5xxx=" \ icecube_5200 lite5200b mcc200 o2dnt \ pf5200 PM520 TB5200 Total5100 \ Total5200 Total5200_Rev2 TQM5200 TQM5200_B \ + TQM5200S \ " ######################################################################### |