Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-05-06 Thread Stefano Babic
On 17/04/2012 12:35, Lauri Hintsala wrote: > NAND support is not enabled by default because Eval Kit is not delivered > with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board config. > > Signed-off-by: Lauri Hintsala > --- Applied to u-boot-imx, thanks Best regards, Stefano Babic

Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-05-02 Thread stefano babic
Am 02/05/2012 19:26, schrieb Fabio Estevam: > Hi Stefano, > > On Tue, Apr 17, 2012 at 11:30 AM, Stefano Babic wrote: > >> Well, this is not a fix because it adds a feature that is not yet >> supported. It should be deferred to the next release. > > Can this be applied now? > Yes, I will do it

Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-05-02 Thread Marek Vasut
Dear Fabio Estevam, > Hi Stefano, > > On Tue, Apr 17, 2012 at 11:30 AM, Stefano Babic wrote: > > Well, this is not a fix because it adds a feature that is not yet > > supported. It should be deferred to the next release. > > Can this be applied now? Should be ... Best regards, Marek Vasut ___

Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-05-02 Thread Fabio Estevam
Hi Stefano, On Tue, Apr 17, 2012 at 11:30 AM, Stefano Babic wrote: > Well, this is not a fix because it adds a feature that is not yet > supported. It should be deferred to the next release. Can this be applied now? ___ U-Boot mailing list U-Boot@list

Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-04-17 Thread Marek Vasut
Dear Stefano Babic, > On 17/04/2012 13:21, Marek Vasut wrote: > > Dear Lauri Hintsala, > > > >> NAND support is not enabled by default because Eval Kit is not delivered > >> with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board > >> config. > >> > >> Signed-off-by: Lauri Hintsala

Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-04-17 Thread Stefano Babic
On 17/04/2012 13:21, Marek Vasut wrote: > Dear Lauri Hintsala, > >> NAND support is not enabled by default because Eval Kit is not delivered >> with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board config. >> >> Signed-off-by: Lauri Hintsala > > Acked-by: Marek Vasut > > I think

Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-04-17 Thread Marek Vasut
Dear Fabio Estevam, > On 4/17/12, Marek Vasut wrote: > > Dear Lauri Hintsala, > > > >> NAND support is not enabled by default because Eval Kit is not delivered > >> with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board > >> config. > >> > >> Signed-off-by: Lauri Hintsala > > > >

Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-04-17 Thread Fabio Estevam
On 4/17/12, Marek Vasut wrote: > Dear Lauri Hintsala, > >> NAND support is not enabled by default because Eval Kit is not delivered >> with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board >> config. >> >> Signed-off-by: Lauri Hintsala > > Acked-by: Marek Vasut > > I think we can s

Re: [U-Boot] [PATCH] mx28evk: add NAND support

2012-04-17 Thread Marek Vasut
Dear Lauri Hintsala, > NAND support is not enabled by default because Eval Kit is not delivered > with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board config. > > Signed-off-by: Lauri Hintsala Acked-by: Marek Vasut I think we can schedule it for .04 release as this is basically

[U-Boot] [PATCH] mx28evk: add NAND support

2012-04-17 Thread Lauri Hintsala
NAND support is not enabled by default because Eval Kit is not delivered with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board config. Signed-off-by: Lauri Hintsala --- board/freescale/mx28evk/iomux.c | 21 + include/configs/mx28evk.h | 10 ++