Re: [U-Boot] [PATCH 1/4] OneNAND: Move largepage_memorybased

2010-10-04 Thread Marek Vasut
Dne Út 5. října 2010 04:05:57 Kyungmin Park napsal(a): > Hi, > > I tested it with the latest u-boot codes. and without OneNAND patch, > it's boot and working well. > > Of course I used the relocation method at u-boot. Well is it necessary to expose this stuff so much anyway ? Why can't it be in

Re: [U-Boot] [PATCH 1/4] OneNAND: Move largepage_memorybased

2010-10-04 Thread Kyungmin Park
Hi, I tested it with the latest u-boot codes. and without OneNAND patch, it's boot and working well. Of course I used the relocation method at u-boot. Thank you, Kyungmin Park On Tue, Oct 5, 2010 at 7:31 AM, Marek Vasut wrote: > Dne Po 4. října 2010 23:18:51 Scott Wood napsal(a): >> On Mon, 4

Re: [U-Boot] [PATCH 1/4] OneNAND: Move largepage_memorybased

2010-10-04 Thread Marek Vasut
Dne Po 4. října 2010 23:18:51 Scott Wood napsal(a): > On Mon, 4 Oct 2010 23:15:11 +0200 > > Marek Vasut wrote: > > Dne Po 4. října 2010 19:59:14 Scott Wood napsal(a): > > > NACK, you're taking the address of stack data and using it after the > > > stack frame goes away. > > > > The .data section

Re: [U-Boot] [PATCH 1/4] OneNAND: Move largepage_memorybased

2010-10-04 Thread Scott Wood
On Mon, 4 Oct 2010 23:15:11 +0200 Marek Vasut wrote: > Dne Po 4. října 2010 19:59:14 Scott Wood napsal(a): > > NACK, you're taking the address of stack data and using it after the > > stack frame goes away. > > > The .data section doesn't exist at 0x0 (where the stuff is linked) when this > cod

Re: [U-Boot] [PATCH 1/4] OneNAND: Move largepage_memorybased

2010-10-04 Thread Marek Vasut
Dne Po 4. října 2010 19:59:14 Scott Wood napsal(a): > On Sat, 2 Oct 2010 19:33:56 +0200 > > Marek Vasut wrote: > > This moves "struct nand_bbt_descr largepage_memorybased" into > > "onenand_default_bbt" as that's the only place where this is used. > > > > This also removes an entry from .data se

Re: [U-Boot] [PATCH 1/4] OneNAND: Move largepage_memorybased

2010-10-04 Thread Scott Wood
On Sat, 2 Oct 2010 19:33:56 +0200 Marek Vasut wrote: > This moves "struct nand_bbt_descr largepage_memorybased" into > "onenand_default_bbt" as that's the only place where this is used. > > This also removes an entry from .data section. (For me, this section > disappears > after relocation). >

Re: [U-Boot] [PATCH 1/4] OneNAND: Move largepage_memorybased

2010-10-03 Thread Marek Vasut
Dne So 2. října 2010 19:33:56 Marek Vasut napsal(a): > This moves "struct nand_bbt_descr largepage_memorybased" into > "onenand_default_bbt" as that's the only place where this is used. > > This also removes an entry from .data section. (For me, this section > disappears after relocation). Scott,

[U-Boot] [PATCH 1/4] OneNAND: Move largepage_memorybased

2010-10-02 Thread Marek Vasut
This moves "struct nand_bbt_descr largepage_memorybased" into "onenand_default_bbt" as that's the only place where this is used. This also removes an entry from .data section. (For me, this section disappears after relocation). Signed-off-by: Marek Vasut --- drivers/mtd/onenand/onenand_bbt.c |