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

2010-10-03 Thread Wolfgang Denk
Dear Marek Vasut, In message <201010032124.29154.marek.va...@gmail.com> you wrote: > > > > Oh, I'm sorry, I haven't noticed. Please merge whichever you find more > > > suitable. > > > > NAK! > > > > I want to see this fixed at the base, not by adding workarounds. > > > > Best regards, > > > >

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

2010-10-03 Thread Marek Vasut
Dne Ne 3. října 2010 20:21:33 Wolfgang Denk napsal(a): > Dear Marek Vasut, > > In message <201010022059.53303.marek.va...@gmail.com> you wrote: > > > I've prepared same patch. :) > > > > Oh, I'm sorry, I haven't noticed. Please merge whichever you find more > > suitable. > > NAK! > > I want to

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

2010-10-03 Thread Wolfgang Denk
Dear Marek Vasut, In message <201010031625.00339.marek.va...@gmail.com> you wrote: > > > +#ifndef CONFIG_RELOC_FIXUP_WORKS > > > +void onenand_reloc(void) { > > > > { should be on a separate line. > > > > WBR, Sergei > > Fixed in my tree, thanks! Keep in mind that "your tree" is totally un

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

2010-10-03 Thread Wolfgang Denk
Dear Marek Vasut, In message <201010022059.53303.marek.va...@gmail.com> you wrote: > > > I've prepared same patch. :) > > Oh, I'm sorry, I haven't noticed. Please merge whichever you find more > suitable. NAK! I want to see this fixed at the base, not by adding workarounds. Best regards, Wolf

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

2010-10-03 Thread Marek Vasut
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 > > [...] > > > diff --git a/common/cmd_onenand.c b/common/cmd_onenand.c > > index 83d967b..fe84c3b 100644 > > --- a/common/cmd_onenand.c > > +++ b/common

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

2010-10-03 Thread Sergei Shtylyov
Hello. On 02-10-2010 21:33, Marek Vasut wrote: > Signed-off-by: Marek Vasut [...] > 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[] = { >

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

2010-10-02 Thread Minkyu Kang
Dear Marek Vasut, On 3 October 2010 03:59, Marek Vasut wrote: > Dne So 2. října 2010 20:28:19 Minkyu Kang napsal(a): >> Dear Vasut, >> >> On 3 October 2010 02:33, Marek Vasut wrote: >> > Signed-off-by: Marek Vasut >> > --- >> >  arch/arm/lib/board.c |    6 ++ >> >  common/cmd_onenand.c |  

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

2010-10-02 Thread Marek Vasut
Dne So 2. října 2010 20:28:19 Minkyu Kang napsal(a): > Dear Vasut, > > On 3 October 2010 02:33, Marek Vasut wrote: > > Signed-off-by: Marek Vasut > > --- > > arch/arm/lib/board.c |6 ++ > > common/cmd_onenand.c |6 ++ > > 2 files changed, 12 insertions(+), 0 deletions(-) > > >

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

2010-10-02 Thread Minkyu Kang
Dear Vasut, On 3 October 2010 02:33, Marek Vasut wrote: > Signed-off-by: Marek Vasut > --- >  arch/arm/lib/board.c |    6 ++ >  common/cmd_onenand.c |    6 ++ >  2 files changed, 12 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c > index 5f2dfd0

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

2010-10-02 Thread Marek Vasut
Signed-off-by: Marek Vasut --- arch/arm/lib/board.c |6 ++ common/cmd_onenand.c |6 ++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index 5f2dfd0..07995ba 100644 --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c @@