diff options
author | Wolfgang Denk <wd@fifi.denx.de> | 2006-06-16 15:56:12 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@fifi.denx.de> | 2006-06-16 15:56:12 +0200 |
commit | 4bdb53cafb5cdfb13c3a1fc7a133ca36d1d5e00d (patch) | |
tree | f1753bdf6fd6b15568733326a9ed4e0725024a2f /CHANGELOG | |
parent | b9fff8ee83170da1160e0665c7027e6744823d49 (diff) | |
download | u-boot-imx-4bdb53cafb5cdfb13c3a1fc7a133ca36d1d5e00d.zip u-boot-imx-4bdb53cafb5cdfb13c3a1fc7a133ca36d1d5e00d.tar.gz u-boot-imx-4bdb53cafb5cdfb13c3a1fc7a133ca36d1d5e00d.tar.bz2 |
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
in USB update scripts.
Patch by Martin Krause, 27 Oct 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ Changes since U-Boot 1.1.4: ====================================================================== +* 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 + in USB update scripts. + Patch by Martin Krause, 27 Oct 2005 + * Fix wrong usage of udelay() in led_blink() on trab board Patch by Martin Krause, 27 Oct 2005 |