Re: [U-Boot] [PATCH 4/4] configs: ti_omap5_common: Add NAND environment settings

2019-02-26 Thread Faiz Abbas
Hi Tom, On 22/02/19 4:52 AM, Tom Rini wrote: > On Wed, Feb 20, 2019 at 03:34:53PM +0530, Faiz Abbas wrote: > >> Now that NAND is supported on DRA71x include various NAND environment >> settings >> >> Signed-off-by: Faiz Abbas > [snip] >> +#ifdef CONFIG_NAND >> +#define NANDARGS \ >> +"mtdids

Re: [U-Boot] [PATCH 4/4] configs: ti_omap5_common: Add NAND environment settings

2019-02-21 Thread Tom Rini
On Wed, Feb 20, 2019 at 03:34:53PM +0530, Faiz Abbas wrote: > Now that NAND is supported on DRA71x include various NAND environment > settings > > Signed-off-by: Faiz Abbas [snip] > +#ifdef CONFIG_NAND > +#define NANDARGS \ > + "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \ > + "mtdparts=" CONFI

[U-Boot] [PATCH 4/4] configs: ti_omap5_common: Add NAND environment settings

2019-02-20 Thread Faiz Abbas
Now that NAND is supported on DRA71x include various NAND environment settings Signed-off-by: Faiz Abbas --- configs/dra7xx_evm_defconfig | 4 +++- configs/dra7xx_hs_evm_defconfig | 4 +++- include/configs/dra7xx_evm.h | 2 +- include/configs/ti_omap5_common.h | 20 +++