[new uImage] Move image verify flag to bootm_headers structure
authorMarian Balakowicz <m8@semihalf.com>
Wed, 27 Feb 2008 10:01:04 +0000 (11:01 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Wed, 27 Feb 2008 10:01:04 +0000 (11:01 +0100)
commit8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
treeaa2ea4432bc432b7cb925302d1fa003b8083059a
parent823afe7cefe00dafefc6696c1cc7aa828c394234
[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>
14 files changed:
common/cmd_bootm.c
common/image.c
include/image.h
lib_arm/bootm.c
lib_avr32/bootm.c
lib_blackfin/bootm.c
lib_i386/bootm.c
lib_m68k/bootm.c
lib_microblaze/bootm.c
lib_mips/bootm.c
lib_nios/bootm.c
lib_nios2/bootm.c
lib_ppc/bootm.c
lib_sh/bootm.c