commit | f92332bc56fab63eb85157ede3f2b309e5d2d0f8 | [log] [tgz] |
---|---|---|
author | Marian Balakowicz <m8@semihalf.com> | Thu Jan 31 13:20:06 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Feb 07 01:12:57 2008 +0100 |
tree | 7f4b2b137dd500e005d14f3594fefefe58ec64fd | |
parent | b4a12a923cd3ec041d71dcb6f50e31555c9ef129 [diff] |
[new uImage] Return error on image move/uncompress overwrites Check for overwrites during image move/uncompress, return with error when the original image gets corrupted. Report clear message to the user and prevent further troubles when pointer to the corrupted images is passed to do_bootm_linux routine. Signed-off-by: Marian Balakowicz <m8@semihalf.com>