On Feb 25, 2008, at 11:35 AM, Marian Balakowicz wrote: > 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 <[EMAIL PROTECTED]> > --- > > common/cmd_bootm.c | 47 ++++++++++++++++++++ > +-------------------------- > common/image.c | 13 ++++++++----- > include/image.h | 7 ++----- > lib_arm/bootm.c | 4 ++-- > lib_avr32/bootm.c | 4 ++-- > lib_blackfin/bootm.c | 2 +- > lib_i386/bootm.c | 4 ++-- > lib_m68k/bootm.c | 4 ++-- > lib_microblaze/bootm.c | 2 +- > lib_mips/bootm.c | 4 ++-- > lib_nios/bootm.c | 2 +- > lib_nios2/bootm.c | 2 +- > lib_ppc/bootm.c | 8 +++----- > lib_sh/bootm.c | 2 +- > 14 files changed, 49 insertions(+), 56 deletions(-)
Acked-by: Kumar Gala <[EMAIL PROTECTED]> - k ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
