Re: [U-Boot] [PATCH] mtd: nand: let the raw NAND devices be compiled upon selection

2019-04-08 Thread Miquel Raynal
Jagan, Jagan Teki wrote on Mon, 8 Apr 2019 17:28:18 +0530: > Hi Miquel, > > On Mon, Apr 8, 2019 at 3:22 PM Miquel Raynal > wrote: > > > > Hi Jagan, > > > > Miquel Raynal wrote on Mon, 29 Oct 2018 > > 10:07:28 +0100: > > > > > Hi Jagan, > > > > > > Jagan Teki wrote on Tue, 23 Oct 2018 > >

Re: [U-Boot] [PATCH] mtd: nand: let the raw NAND devices be compiled upon selection

2019-04-08 Thread Jagan Teki
Hi Miquel, On Mon, Apr 8, 2019 at 3:22 PM Miquel Raynal wrote: > > Hi Jagan, > > Miquel Raynal wrote on Mon, 29 Oct 2018 > 10:07:28 +0100: > > > Hi Jagan, > > > > Jagan Teki wrote on Tue, 23 Oct 2018 > > 16:40:05 +0530: > > > > > On Thu, Oct 11, 2018 at 3:05 PM Miquel Raynal > > > wrote: > >

Re: [U-Boot] [PATCH] mtd: nand: let the raw NAND devices be compiled upon selection

2019-04-08 Thread Tom Rini
On Mon, Apr 08, 2019 at 11:52:31AM +0200, Miquel Raynal wrote: > Hi Jagan, > > Miquel Raynal wrote on Mon, 29 Oct 2018 > 10:07:28 +0100: > > > Hi Jagan, > > > > Jagan Teki wrote on Tue, 23 Oct 2018 > > 16:40:05 +0530: > > > > > On Thu, Oct 11, 2018 at 3:05 PM Miquel Raynal > > > wrote: >

Re: [U-Boot] [PATCH] mtd: nand: let the raw NAND devices be compiled upon selection

2019-04-08 Thread Miquel Raynal
Hi Jagan, Miquel Raynal wrote on Mon, 29 Oct 2018 10:07:28 +0100: > Hi Jagan, > > Jagan Teki wrote on Tue, 23 Oct 2018 > 16:40:05 +0530: > > > On Thu, Oct 11, 2018 at 3:05 PM Miquel Raynal > > wrote: > > > > > > Today way is to rely on CMD_NAND to be selected and from the root > > > Makef

Re: [U-Boot] [PATCH] mtd: nand: let the raw NAND devices be compiled upon selection

2018-11-04 Thread Jagan Teki
On Mon, Oct 29, 2018 at 2:37 PM Miquel Raynal wrote: > > Hi Jagan, > > Jagan Teki wrote on Tue, 23 Oct 2018 > 16:40:05 +0530: > > > On Thu, Oct 11, 2018 at 3:05 PM Miquel Raynal > > wrote: > > > > > > Today way is to rely on CMD_NAND to be selected and from the root > > > Makefile compile what

Re: [U-Boot] [PATCH] mtd: nand: let the raw NAND devices be compiled upon selection

2018-10-29 Thread Miquel Raynal
Hi Jagan, Jagan Teki wrote on Tue, 23 Oct 2018 16:40:05 +0530: > On Thu, Oct 11, 2018 at 3:05 PM Miquel Raynal > wrote: > > > > Today way is to rely on CMD_NAND to be selected and from the root > > Makefile compile what is in drivers/mtd/nand/raw. > > > > While this will work most of the time

Re: [U-Boot] [PATCH] mtd: nand: let the raw NAND devices be compiled upon selection

2018-10-23 Thread Jagan Teki
On Thu, Oct 11, 2018 at 3:05 PM Miquel Raynal wrote: > > Today way is to rely on CMD_NAND to be selected and from the root > Makefile compile what is in drivers/mtd/nand/raw. > > While this will work most of the time with decent configurations, it > is better to also compile this subsystem upon si

[U-Boot] [PATCH] mtd: nand: let the raw NAND devices be compiled upon selection

2018-10-11 Thread Miquel Raynal
Today way is to rely on CMD_NAND to be selected and from the root Makefile compile what is in drivers/mtd/nand/raw. While this will work most of the time with decent configurations, it is better to also compile this subsystem upon simple request in the configuration. Otherwise, a user not selectin