mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-07 02:47:19 -04:00
powerpc/mpc8xxx DDR: Fall back to raw timing for first controller only
Only the first DIMM of first controller should fall back to raw timing parameters if SPD is missing or corrupted. Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
This commit is contained in:
parent
7e4db27ffd
commit
62f739fe46
@ -383,7 +383,7 @@ fsl_ddr_compute(fsl_ddr_info_t *pinfo, unsigned int start_step,
|
||||
|
||||
retval = compute_dimm_parameters(spd, pdimm, i);
|
||||
#ifdef CONFIG_SYS_DDR_RAW_TIMING
|
||||
if (retval != 0) {
|
||||
if (!i && !j && retval) {
|
||||
printf("SPD error on controller %d! "
|
||||
"Trying fallback to raw timing "
|
||||
"calculation\n", i);
|
||||
|
Loading…
x
Reference in New Issue
Block a user