Re: [U-Boot] [PATCH 1/3] ti: common: board_detect: Replace hardcoded value with macro

2016-10-13 Thread Tom Rini
On Tue, Oct 11, 2016 at 12:39:03PM -0500, Nishanth Menon wrote: > We should have used TI_DEAD_EEPROM_MAGIC in the first place. > > Fixes: d3b98a9eb941 ("ti: common: dra7: Add standard access for board > description EEPROM") > Signed-off-by: Nishanth Menon Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH 1/3] ti: common: board_detect: Replace hardcoded value with macro

2016-10-12 Thread Lokesh Vutla
On Tuesday 11 October 2016 11:09 PM, Nishanth Menon wrote: > We should have used TI_DEAD_EEPROM_MAGIC in the first place. > > Fixes: d3b98a9eb941 ("ti: common: dra7: Add standard access for board > description EEPROM") > Signed-off-by: Nishanth Menon Reviewed-by: Lokesh Vutla

[U-Boot] [PATCH 1/3] ti: common: board_detect: Replace hardcoded value with macro

2016-10-11 Thread Nishanth Menon
We should have used TI_DEAD_EEPROM_MAGIC in the first place. Fixes: d3b98a9eb941 ("ti: common: dra7: Add standard access for board description EEPROM") Signed-off-by: Nishanth Menon --- board/ti/common/board_detect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff