Re: [U-Boot] [PATCH 01/11] arm: omap5: don't enable misc_init_r by default

2014-11-10 Thread Tom Rini
On Thu, Nov 06, 2014 at 08:28:42AM -0600, Felipe Balbi wrote: > Out of all OMAP5-like boards, only one of them > needs CONFIG_MISC_INIT_R, so it's best to enable > that for that particular board only, instead of > enabling for all boards unconditionally. > > Signed-off-by: Felipe Balbi Reviewed

[U-Boot] [PATCH 01/11] arm: omap5: don't enable misc_init_r by default

2014-11-06 Thread Felipe Balbi
Out of all OMAP5-like boards, only one of them needs CONFIG_MISC_INIT_R, so it's best to enable that for that particular board only, instead of enabling for all boards unconditionally. Signed-off-by: Felipe Balbi --- board/ti/dra7xx/evm.c | 12 include/configs/cm_t54.h