Re: [U-Boot] [PATCH] OneNAND: Destaticize largepage_memorybased

2010-10-03 Thread Wolfgang Denk
Dear Marek Vasut, In message <1286029567-30231-1-git-send-email-marek.va...@gmail.com> you wrote: > This moves "struct nand_bbt_descr largepage_memorybased" into .data.rel, which > allows it to be PIC with current U-Boot infrastructure for relocation. > > Also, I squished the ff_patternt into the

Re: [U-Boot] [PATCH] OneNAND: Destaticize largepage_memorybased

2010-10-02 Thread Marek Vasut
Dne So 2. října 2010 16:26:07 Marek Vasut napsal(a): > This moves "struct nand_bbt_descr largepage_memorybased" into .data.rel, > which allows it to be PIC with current U-Boot infrastructure for > relocation. > > Also, I squished the ff_patternt into the structure. Please ignore this one, the lin

[U-Boot] [PATCH] OneNAND: Destaticize largepage_memorybased

2010-10-02 Thread Marek Vasut
This moves "struct nand_bbt_descr largepage_memorybased" into .data.rel, which allows it to be PIC with current U-Boot infrastructure for relocation. Also, I squished the ff_patternt into the structure. Signed-off-by: Marek Vasut --- drivers/mtd/onenand/onenand_bbt.c |6 ++ 1 files chan