Re: [U-Boot] [PATCH v2 05/19] am43xx_evm: timer: do not define CONFIG_TIMER for spl

2016-01-15 Thread Simon Glass
On 24 December 2015 at 03:38, Mugunthan V N wrote: > Since OMAP's spl doesn't support DM currently, do not define > CONFIG_TIMER for spl build. > > Signed-off-by: Mugunthan V N > --- > include/configs/am43xx_evm.h | 1 + > 1 file changed, 1 insertion(+) Applied to u-boot-dm, thanks! ___

Re: [U-Boot] [PATCH v2 05/19] am43xx_evm: timer: do not define CONFIG_TIMER for spl

2016-01-04 Thread Tom Rini
On Thu, Dec 24, 2015 at 04:08:08PM +0530, Mugunthan V N wrote: > Since OMAP's spl doesn't support DM currently, do not define > CONFIG_TIMER for spl build. > > Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

[U-Boot] [PATCH v2 05/19] am43xx_evm: timer: do not define CONFIG_TIMER for spl

2015-12-24 Thread Mugunthan V N
Since OMAP's spl doesn't support DM currently, do not define CONFIG_TIMER for spl build. Signed-off-by: Mugunthan V N --- include/configs/am43xx_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index aac550a..9980203 100644 ---