Re: [U-Boot] [PATCH v2] omap3: cm-t3517: add board specific get_board_rev()

2015-11-10 Thread Igor Grinberg
On 11/10/15 15:17, Dmitry Lifshitz wrote: > CM-T3517 has several HW revisions. > Add board specific get_board_rev() callback to retrieve revision number. > > Signed-off-by: Dmitry Lifshitz Reviewed-by: Igor Grinberg > --- > > Igor, Tom > > I forgot to add a mailing list address in send-ema

[U-Boot] [PATCH v2] omap3: cm-t3517: add board specific get_board_rev()

2015-11-10 Thread Dmitry Lifshitz
CM-T3517 has several HW revisions. Add board specific get_board_rev() callback to retrieve revision number. Signed-off-by: Dmitry Lifshitz --- Igor, Tom I forgot to add a mailing list address in send-email. Resending the patch. v2: Make proper use of cl_eeprom_get_board_rev() parameter.