[U-Boot] [PATCH 2/5] cmd_nand: some infrastructure fixes and refactoring
Scott Wood
scottwood at freescale.com
Wed Oct 13 18:04:21 CEST 2010
On Tue, 12 Oct 2010 21:11:30 -0400
Mike Frysinger <vapier at gentoo.org> wrote:
> On Monday, August 30, 2010 19:03:35 Scott Wood wrote:
> > - Refactor arg_off_size for added readability and flexibility,
> > and some added checks such as partition size.
> >
> > @@ -564,7 +624,7 @@
> > if (arg_off_size(argc - 2, argv + 2, nand, &off, &size) < 0)
>
> seems this change is incomplete (this unchanged line to be exact):
> cmd_nand.c: In function ‘do_nand’:
> cmd_nand.c:656: warning: passing argument 3 of ‘arg_off_size’ from
> incompatible pointer type
> -mike
Oops. Patch coming.
-Scott
More information about the U-Boot
mailing list