[U-Boot] [PATCH V4] BOOT: Add "bootz" command to boot Linux zImage on ARM
Marek Vasut
marex at denx.de
Wed Mar 14 03:40:05 CET 2012
Dear Mike Frysinger,
> On Tuesday 13 March 2012 21:38:13 Marek Vasut wrote:
> > arch/arm/lib/bootm.c | 30 ++++++++++
> > common/cmd_bootm.c | 141
> > include/config_cmd_all.h |
>
> still missing README
Where exactly would you squash it in there?
>
> > --- a/arch/arm/lib/bootm.c
> > +++ b/arch/arm/lib/bootm.c
> >
> > +#ifdef CONFIG_CMD_BOOTZ
>
> don't use tabs to indent these tokens
>
> > --- a/common/cmd_bootm.c
> > +++ b/common/cmd_bootm.c
> >
> > +int __bootz_setup(void *image, void **start, void **end)
>
> static
>
> > +int do_bootz(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
>
> static
> -mike
Best regards,
Marek Vasut
More information about the U-Boot
mailing list