mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00: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:
parent
941fcabfa7
commit
0f194018f2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue