diff options
author | Wolfgang Denk <wd@castor.denx.de> | 2005-07-21 11:45:50 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@castor.denx.de> | 2005-07-21 11:45:50 +0200 |
commit | f530187dbd69b0534e84b553f9a9803b16ed4999 (patch) | |
tree | 85bf211072d020c82dee61046b28ec9f2b139643 /CHANGELOG | |
parent | 3bb9cec9626267c967363da7f3b57643ed706136 (diff) | |
download | u-boot-imx-f530187dbd69b0534e84b553f9a9803b16ed4999.zip u-boot-imx-f530187dbd69b0534e84b553f9a9803b16ed4999.tar.gz u-boot-imx-f530187dbd69b0534e84b553f9a9803b16ed4999.tar.bz2 |
Add new argument format for flash commands to allow for usage like
"erase $(addr) +$(filesize)", i. e. a size argument can be used and
U-Boot will automaticially find the end of the corresponding sector.
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: ====================================================================== +* Add new argument format for flash commands to allow for usage like + "erase $(addr) +$(filesize)", i. e. a size argument can be used and + U-Boot will automaticially find the end of the corresponding sector. + * Patch by Stefan Roese, 5 Jul 2005: Update uc100 board PHY setup |