Re: [U-Boot] [PATCH 2/3] ti: common: board_detect: Setup initial default value for config as well

2016-10-13 Thread Tom Rini
On Tue, Oct 11, 2016 at 12:39:04PM -0500, Nishanth Menon wrote: > config should have been initialized along with others as defaults. > > Signed-off-by: Nishanth Menon Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U

Re: [U-Boot] [PATCH 2/3] ti: common: board_detect: Setup initial default value for config as well

2016-10-12 Thread Lokesh Vutla
On Tuesday 11 October 2016 11:09 PM, Nishanth Menon wrote: > config should have been initialized along with others as defaults. > > Signed-off-by: Nishanth Menon Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh > --- > board/ti/common/board_detect.c | 2 ++ > 1 file changed, 2 insertio

[U-Boot] [PATCH 2/3] ti: common: board_detect: Setup initial default value for config as well

2016-10-11 Thread Nishanth Menon
config should have been initialized along with others as defaults. Signed-off-by: Nishanth Menon --- board/ti/common/board_detect.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/ti/common/board_detect.c b/board/ti/common/board_detect.c index 7c552d20656a..13aac2f03037 100644 --- a/