Re: [U-Boot] [PATCH 1/5] ti_armv7_common: env: Consolidate support for loading images from mmc

2016-11-29 Thread Tom Rini
On Tue, Nov 29, 2016 at 11:57:59AM +0530, Lokesh Vutla wrote: > Support for loading images from mmc is duplicated in all TI platforms. > Add this information to DEFAULT_MMC_TI_ARGS so that it can be reused > in all TI platforms. > > Reviewed-by: Andrew F. Davis > Signed-off-by:

[U-Boot] [PATCH 1/5] ti_armv7_common: env: Consolidate support for loading images from mmc

2016-11-28 Thread Lokesh Vutla
Support for loading images from mmc is duplicated in all TI platforms. Add this information to DEFAULT_MMC_TI_ARGS so that it can be reused in all TI platforms. Reviewed-by: Andrew F. Davis Signed-off-by: Lokesh Vutla --- include/configs/am335x_evm.h | 25