commit | 7582438c285bf0cef82909d0f232de64ec567a8a | [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 | f13e7b2e993c61fed1f607962501e051940d6e80 [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>