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
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
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
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
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
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).
>
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,
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 |
8 matches
Mail list logo