Re: [U-Boot] [PATCH 2/2] cmd: nand: Make the NAND options default to NAND_SUNXI

2017-03-20 Thread Jagan Teki
On Tuesday 21 March 2017 12:22 AM, Maxime Ripard wrote: Hi, On Mon, Mar 13, 2017 at 12:37:36AM +, André Przywara wrote: On 03/03/17 14:32, Maxime Ripard wrote: If we depend on the ARCH_SUNXI configuration option, the boards that do not have NAND support enabled (with the associated options

Re: [U-Boot] [PATCH 2/2] cmd: nand: Make the NAND options default to NAND_SUNXI

2017-03-20 Thread Maxime Ripard
Hi, On Mon, Mar 13, 2017 at 12:37:36AM +, André Przywara wrote: > On 03/03/17 14:32, Maxime Ripard wrote: > > If we depend on the ARCH_SUNXI configuration option, the boards that do not > > have NAND support enabled (with the associated options) will not compile > > anymore. > > > > Depend on

Re: [U-Boot] [PATCH 2/2] cmd: nand: Make the NAND options default to NAND_SUNXI

2017-03-12 Thread André Przywara
On 03/03/17 14:32, Maxime Ripard wrote: > If we depend on the ARCH_SUNXI configuration option, the boards that do not > have NAND support enabled (with the associated options) will not compile > anymore. > > Depend on the NAND driver configuration option to make sure that is not the > case. > Re

Re: [U-Boot] [PATCH 2/2] cmd: nand: Make the NAND options default to NAND_SUNXI

2017-03-05 Thread Chen-Yu Tsai
On Fri, Mar 3, 2017 at 10:32 PM, Maxime Ripard wrote: > If we depend on the ARCH_SUNXI configuration option, the boards that do not > have NAND support enabled (with the associated options) will not compile > anymore. > > Depend on the NAND driver configuration option to make sure that is not the

[U-Boot] [PATCH 2/2] cmd: nand: Make the NAND options default to NAND_SUNXI

2017-03-03 Thread Maxime Ripard
If we depend on the ARCH_SUNXI configuration option, the boards that do not have NAND support enabled (with the associated options) will not compile anymore. Depend on the NAND driver configuration option to make sure that is not the case. Reported-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard