commit | 61fde553fa02f76a43d6b7851b52d2360d9ec3be | [log] [tgz] |
---|---|---|
author | Marian Balakowicz <m8@semihalf.com> | Wed Feb 27 11:01:04 2008 +0100 |
committer | Marian Balakowicz <m8@semihalf.com> | Wed Feb 27 11:01:04 2008 +0100 |
tree | aa2ea4432bc432b7cb925302d1fa003b8083059a | |
parent | 699ffe571f58057aec5c95dcd3c1011629f25065 [diff] |
[new uImage] Move image verify flag to bootm_headers structure Do not pass image verification flag directly to related routines. Simplify argument passing and move it to the bootm_header structure which contains curently processed image specific data and is already being passed on the argument list. Signed-off-by: Marian Balakowicz <m8@semihalf.com> Acked-by: Kumar Gala <galak@kernel.crashing.org>