Re: [U-Boot] [PATCH 3/3] mx6memcal: spl: Disambiguate the error message

2018-01-12 Thread Stefano Babic
On 03/01/2018 15:55, Fabio Estevam wrote: > Currently mmdc_do_dqs_calibration() and mmdc_do_write_level_calibration() > show the same error message, which is confusing for debugging. > > Disambiguate the mmdc_do_dqs_calibration() error message. > > Signed-off-by: Fabio Estevam > --- > board/fre

[U-Boot] [PATCH 3/3] mx6memcal: spl: Disambiguate the error message

2018-01-03 Thread Fabio Estevam
Currently mmdc_do_dqs_calibration() and mmdc_do_write_level_calibration() show the same error message, which is confusing for debugging. Disambiguate the mmdc_do_dqs_calibration() error message. Signed-off-by: Fabio Estevam --- board/freescale/mx6memcal/spl.c | 2 +- 1 file changed, 1 insertion