diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-12 23:34:51 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-12 23:34:51 +0200 |
commit | 396387ab8ddb7ef37e2415f0a9dc8c4f8640a32e (patch) | |
tree | afd781814dce5e5ea8c6b774103d7cb8e7ecfbfd /CHANGELOG | |
parent | d992daf99d1ce39ee18b353b67fdfa181d83fbff (diff) | |
download | u-boot-imx-396387ab8ddb7ef37e2415f0a9dc8c4f8640a32e.zip u-boot-imx-396387ab8ddb7ef37e2415f0a9dc8c4f8640a32e.tar.gz u-boot-imx-396387ab8ddb7ef37e2415f0a9dc8c4f8640a32e.tar.bz2 |
Make bootretry feature work with hush shell.
Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too.
Patch by Andreas Engel, 19 Jul 2005
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Changes for U-Boot 1.1.3: ====================================================================== +* Make bootretry feature work with hush shell. + Caveat: this currently *requires* CONFIG_RESET_TO_RETRY to be set, too. + Patch by Andreas Engel, 19 Jul 2005 + * Update Hymod Board Database PHP code in "tools" directory Patch by Murray Jensen, 01 Jul 2005 |