diff options
author | Wolfgang Denk | 2005-07-21 11:45:50 +0200 |
---|---|---|
committer | Wolfgang Denk | 2005-07-21 11:45:50 +0200 |
commit | f530187dbd69b0534e84b553f9a9803b16ed4999 (patch) | |
tree | 85bf211072d020c82dee61046b28ec9f2b139643 /CHANGELOG | |
parent | 3bb9cec9626267c967363da7f3b57643ed706136 (diff) |
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
diff --git a/CHANGELOG b/CHANGELOG index 3a8a534cf88..4054e821944 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 |