[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>
Showing
- common/cmd_bootm.c 21 additions, 26 deletionscommon/cmd_bootm.c
- common/image.c 8 additions, 5 deletionscommon/image.c
- include/image.h 2 additions, 5 deletionsinclude/image.h
- lib_arm/bootm.c 2 additions, 2 deletionslib_arm/bootm.c
- lib_avr32/bootm.c 2 additions, 2 deletionslib_avr32/bootm.c
- lib_blackfin/bootm.c 1 addition, 1 deletionlib_blackfin/bootm.c
- lib_i386/bootm.c 2 additions, 2 deletionslib_i386/bootm.c
- lib_m68k/bootm.c 2 additions, 2 deletionslib_m68k/bootm.c
- lib_microblaze/bootm.c 1 addition, 1 deletionlib_microblaze/bootm.c
- lib_mips/bootm.c 2 additions, 2 deletionslib_mips/bootm.c
- lib_nios/bootm.c 1 addition, 1 deletionlib_nios/bootm.c
- lib_nios2/bootm.c 1 addition, 1 deletionlib_nios2/bootm.c
- lib_ppc/bootm.c 3 additions, 5 deletionslib_ppc/bootm.c
- lib_sh/bootm.c 1 addition, 1 deletionlib_sh/bootm.c
Loading
Please register or sign in to comment