diff options
author | Wolfgang Denk <wd@fifi.denx.de> | 2006-06-16 16:11:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@fifi.denx.de> | 2006-06-16 16:11:34 +0200 |
commit | cd65a3dc872407e6278062246a4eb5e10f180d7e (patch) | |
tree | b4e0f34b2ee25ca3f61591ee6206a0430fc5eb16 /CHANGELOG | |
parent | 4bdb53cafb5cdfb13c3a1fc7a133ca36d1d5e00d (diff) | |
download | u-boot-imx-cd65a3dc872407e6278062246a4eb5e10f180d7e.zip u-boot-imx-cd65a3dc872407e6278062246a4eb5e10f180d7e.tar.gz u-boot-imx-cd65a3dc872407e6278062246a4eb5e10f180d7e.tar.bz2 |
Adjust TQM5200 make targets
Make the automatic CS configuration the default.
The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB
and CONFIG_TQM5200_AC are removed.
"TQM5200_config" is now the default for STK52XX.200 base boards.
On a STK52XX.100 base board "TQM5200_STK100_config" must be used.
Patch by Martin Krause, 07 Nov 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Adjust TQM5200 make targets + Make the automatic CS configuration the default. + The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB + and CONFIG_TQM5200_AC are removed. + "TQM5200_config" is now the default for STK52XX.200 base boards. + On a STK52XX.100 base board "TQM5200_STK100_config" must be used. + Patch by Martin Krause, 07 Nov 2005 + * Fix setting of environment variable "ver" on trab board The environment variable "ver" is now set before do_auto_update() is called, so that "ver" can be used |