mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
mx6memcal: spl: Disambiguate the error message
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 <fabio.estevam@nxp.com>
This commit is contained in:
committed by
Stefano Babic
parent
941fcabfa7
commit
0f194018f2
@@ -446,7 +446,7 @@ void board_init_f(ulong dummy)
|
||||
} else {
|
||||
errs = mmdc_do_dqs_calibration(&sysinfo);
|
||||
if (errs) {
|
||||
printf("error %d from write level calibration\n", errs);
|
||||
printf("error %d from dqs calibration\n", errs);
|
||||
} else {
|
||||
printf("completed successfully\n");
|
||||
mmdc_read_calibration(&sysinfo, &calibration);
|
||||
|
Reference in New Issue
Block a user