SPD_MIN_RAS_TO_CAS_DELAY is already set earlier in the list, so the alternative constant tRCD in the end has no effect in the memory algorithm - remove them.
Signed-off-by: Mart Raudsepp mart.raudsepp@artecdesign.ee --- mainboard/artecgroup/dbe61/initram.c | 2 -- mainboard/artecgroup/dbe62/initram.c | 1 - 2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/mainboard/artecgroup/dbe61/initram.c b/mainboard/artecgroup/dbe61/initram.c index d8612de..4c16bdb 100644 --- a/mainboard/artecgroup/dbe61/initram.c +++ b/mainboard/artecgroup/dbe61/initram.c @@ -66,7 +66,6 @@ static const struct spd_entry spd_table_dbe61c[] = { {SPD_REFRESH, 0x82}, {SPD_SDRAM_CYCLE_TIME_2ND, 0x0}, {SPD_SDRAM_CYCLE_TIME_3RD, 0x0}, - {SPD_tRCD, 15}, };
/* Fake SPD for DBE61A - 128MB */ @@ -89,7 +88,6 @@ static const struct spd_entry spd_table_dbe61a[] = { {SPD_REFRESH, 0x82}, {SPD_SDRAM_CYCLE_TIME_2ND, 0x0}, {SPD_SDRAM_CYCLE_TIME_3RD, 0x0}, - {SPD_tRCD, 15}, };
/** diff --git a/mainboard/artecgroup/dbe62/initram.c b/mainboard/artecgroup/dbe62/initram.c index d3940fc..35e5b3f 100644 --- a/mainboard/artecgroup/dbe62/initram.c +++ b/mainboard/artecgroup/dbe62/initram.c @@ -70,7 +70,6 @@ static const struct spd_entry spd_table[] = { {SPD_REFRESH, 0x82}, {SPD_SDRAM_CYCLE_TIME_2ND, 0x0}, {SPD_SDRAM_CYCLE_TIME_3RD, 0x0}, - {SPD_tRCD, 15}, };
/**
Acked-by: Ronald G. Minnich rminnich@gmail.com