[U-Boot] [PATCH 2/4] OneNAND: Fixup command table on reloc

Marek Vasut marek.vasut at gmail.com
Sun Oct 3 16:25:00 CEST 2010


Dne Ne 3. října 2010 13:19:21 Sergei Shtylyov napsal(a):
> Hello.
> 
> On 02-10-2010 21:33, Marek Vasut wrote:
> > Signed-off-by: Marek Vasut <marek.vasut at gmail.com>
> 
> [...]
> 
> > diff --git a/common/cmd_onenand.c b/common/cmd_onenand.c
> > index 83d967b..fe84c3b 100644
> > --- a/common/cmd_onenand.c
> > +++ b/common/cmd_onenand.c
> > @@ -525,6 +525,12 @@ static cmd_tbl_t cmd_onenand_sub[] = {
> > 
> >   	U_BOOT_CMD_MKENT(markbad, CONFIG_SYS_MAXARGS, 0, do_onenand_markbad,
> >   	"", ""),
> >   
> >   };
> > 
> > +#ifndef CONFIG_RELOC_FIXUP_WORKS
> > +void onenand_reloc(void) {
> 
>     { should be on a separate line.
> 
> WBR, Sergei

Fixed in my tree, thanks!


More information about the U-Boot mailing list