[U-Boot-Users] [PATCH 5/8] [new uImage] Move image verify flag to bootm_headers structure
Kumar Gala
galak at kernel.crashing.org
Tue Feb 26 15:45:06 CET 2008
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 <m8 at semihalf.com>
> ---
>
> 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 <galak at kernel.crashing.org>
- k
More information about the U-Boot
mailing list