Re: [U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:11 Mon 20 Jul , Kyungmin Park wrote: > Hi, > > On Sun, Jul 12, 2009 at 9:58 PM, Jean-Christophe > PLAGNIOL-VILLARD wrote: > > On 17:10 Sat 11 Jul     , Kyungmin Park wrote: > >> Use the common OneNAND linker script. > >> > >> Signed-off-by: Kyungmin Park > >> --- > >> diff --git a/onena

Re: [U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:08 Fri 17 Jul , Shinya Kuribayashi wrote: > Scott Wood wrote: > > On Mon, Jul 13, 2009 at 09:48:30AM +0900, Kyungmin Park wrote: > >> Basically I agree your opinion, however do see the other arch OneNAND > >> usage? I mean I can't see the other arch patches. > > > > There was nothing but

Re: [U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use

2009-07-19 Thread Kyungmin Park
Hi, On Sun, Jul 12, 2009 at 9:58 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:10 Sat 11 Jul     , Kyungmin Park wrote: >> Use the common OneNAND linker script. >> >> Signed-off-by: Kyungmin Park >> --- >> diff --git a/onenand_ipl/board/apollon/u-boot.onenand.lds >> b/onenand_ipl/u-boot-on

Re: [U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use

2009-07-16 Thread Shinya Kuribayashi
Scott Wood wrote: > On Mon, Jul 13, 2009 at 09:48:30AM +0900, Kyungmin Park wrote: >> Basically I agree your opinion, however do see the other arch OneNAND >> usage? I mean I can't see the other arch patches. > > There was nothing but powerpc in nand_spl at first, but I don't think ARM > developer

Re: [U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use

2009-07-16 Thread Scott Wood
On Mon, Jul 13, 2009 at 09:48:30AM +0900, Kyungmin Park wrote: > Basically I agree your opinion, however do see the other arch OneNAND > usage? I mean I can't see the other arch patches. There was nothing but powerpc in nand_spl at first, but I don't think ARM developers would have appreciated fin

Re: [U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use

2009-07-12 Thread Kyungmin Park
Hi, On Sun, Jul 12, 2009 at 9:58 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:10 Sat 11 Jul     , Kyungmin Park wrote: >> Use the common OneNAND linker script. >> >> Signed-off-by: Kyungmin Park >> --- >> diff --git a/onenand_ipl/board/apollon/u-boot.onenand.lds >> b/onenand_ipl/u-boot-on

Re: [U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use

2009-07-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:10 Sat 11 Jul , Kyungmin Park wrote: > Use the common OneNAND linker script. > > Signed-off-by: Kyungmin Park > --- > diff --git a/onenand_ipl/board/apollon/u-boot.onenand.lds > b/onenand_ipl/u-boot-onenand.lds > similarity index 100% > rename from onenand_ipl/board/apollon/u-boot.onen

[U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use

2009-07-11 Thread Kyungmin Park
Use the common OneNAND linker script. Signed-off-by: Kyungmin Park --- diff --git a/onenand_ipl/board/apollon/u-boot.onenand.lds b/onenand_ipl/u-boot-onenand.lds similarity index 100% rename from onenand_ipl/board/apollon/u-boot.onenand.lds rename to onenand_ipl/u-boot-onenand.lds __