Re: [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-17 Thread Maxime Ripard
On Mon, Nov 14, 2016 at 03:21:41PM +0100, Hans de Goede wrote: > Hi, > > On 14-11-16 15:12, Maxime Ripard wrote: > > On Mon, Nov 14, 2016 at 12:18:06PM +0100, Hans de Goede wrote: > > > > #ifdef CONFIG_SPL_SPI_SUNXI > > > > @@ -143,7 +157,14 @@ > > > > #define CONFIG_GENERIC_MMC > > > > #define

Re: [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-14 Thread Tom Rini
On Mon, Nov 14, 2016 at 03:21:41PM +0100, Hans de Goede wrote: > Hi, > > On 14-11-16 15:12, Maxime Ripard wrote: > >On Mon, Nov 14, 2016 at 12:18:06PM +0100, Hans de Goede wrote: > >>> #ifdef CONFIG_SPL_SPI_SUNXI > >>>@@ -143,7 +157,14 @@ > >>> #define CONFIG_GENERIC_MMC > >>> #define CONFIG_MMC_S

Re: [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-14 Thread Hans de Goede
Hi, On 14-11-16 15:12, Maxime Ripard wrote: On Mon, Nov 14, 2016 at 12:18:06PM +0100, Hans de Goede wrote: #ifdef CONFIG_SPL_SPI_SUNXI @@ -143,7 +157,14 @@ #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SUNXI #define CONFIG_MMC_SUNXI_SLOT 0 -#define CONFIG_ENV_IS_IN_MMC +#endif + +#

Re: [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-14 Thread Maxime Ripard
On Mon, Nov 14, 2016 at 12:18:06PM +0100, Hans de Goede wrote: > > #ifdef CONFIG_SPL_SPI_SUNXI > > @@ -143,7 +157,14 @@ > > #define CONFIG_GENERIC_MMC > > #define CONFIG_MMC_SUNXI > > #define CONFIG_MMC_SUNXI_SLOT 0 > > -#define CONFIG_ENV_IS_IN_MMC > > +#endif > > + > > +#if defin

Re: [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-14 Thread Hans de Goede
Hi, On 14-11-16 15:09, Maxime Ripard wrote: Hi, On Mon, Nov 14, 2016 at 12:18:06PM +0100, Hans de Goede wrote: #ifdef CONFIG_SPL_SPI_SUNXI @@ -143,7 +157,14 @@ #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SUNXI #define CONFIG_MMC_SUNXI_SLOT 0 -#define CONFIG_ENV_IS_IN_MMC +#endif

Re: [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-14 Thread Maxime Ripard
Hi, On Mon, Nov 14, 2016 at 12:18:06PM +0100, Hans de Goede wrote: > > #ifdef CONFIG_SPL_SPI_SUNXI > > @@ -143,7 +157,14 @@ > > #define CONFIG_GENERIC_MMC > > #define CONFIG_MMC_SUNXI > > #define CONFIG_MMC_SUNXI_SLOT 0 > > -#define CONFIG_ENV_IS_IN_MMC > > +#endif > > + > > +#if

Re: [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-14 Thread Hans de Goede
Hi, On 08-11-16 17:21, Maxime Ripard wrote: From: Hans de Goede Enable the NAND and UBI support in the configuration header so that we can (finally) use it. Signed-off-by: Hans de Goede Signed-off-by: Maxime Ripard --- include/configs/sunxi-common.h | 26 ++ 1 file

Re: [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-09 Thread Boris Brezillon
On Wed, 9 Nov 2016 15:32:37 +0100 Maxime Ripard wrote: > Hi Boris, > > On Tue, Nov 08, 2016 at 05:27:48PM +0100, Boris Brezillon wrote: > > On Tue, 8 Nov 2016 17:21:13 +0100 > > Maxime Ripard wrote: > > > > > From: Hans de Goede > > > > > > Enable the NAND and UBI support in the configura

Re: [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-09 Thread Maxime Ripard
Hi Boris, On Tue, Nov 08, 2016 at 05:27:48PM +0100, Boris Brezillon wrote: > On Tue, 8 Nov 2016 17:21:13 +0100 > Maxime Ripard wrote: > > > From: Hans de Goede > > > > Enable the NAND and UBI support in the configuration header so that we can > > (finally) use it. > > > > Signed-off-by: Hans

Re: [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-08 Thread Boris Brezillon
On Tue, 8 Nov 2016 17:21:13 +0100 Maxime Ripard wrote: > From: Hans de Goede > > Enable the NAND and UBI support in the configuration header so that we can > (finally) use it. > > Signed-off-by: Hans de Goede > Signed-off-by: Maxime Ripard > --- > include/configs/sunxi-common.h | 26 ++

Re: [U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-08 Thread Boris Brezillon
On Tue, 8 Nov 2016 17:21:13 +0100 Maxime Ripard wrote: > From: Hans de Goede > > Enable the NAND and UBI support in the configuration header so that we can > (finally) use it. > > Signed-off-by: Hans de Goede > Signed-off-by: Maxime Ripard > --- > include/configs/sunxi-common.h | 26 ++

[U-Boot] [PATCH 3/7] sunxi: Enable UBI and NAND support

2016-11-08 Thread Maxime Ripard
From: Hans de Goede Enable the NAND and UBI support in the configuration header so that we can (finally) use it. Signed-off-by: Hans de Goede Signed-off-by: Maxime Ripard --- include/configs/sunxi-common.h | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff