From 560ba81528049be1962b447cae427c2deb805ef8 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Wed, 14 Jan 2009 11:22:32 +0000 Subject: [PATCH] Remove redundant unused tRCD entries from dbe61/dbe62 SPD value list. 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 Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/coreboot-v3@1115 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- mainboard/artecgroup/dbe61/initram.c | 2 -- mainboard/artecgroup/dbe62/initram.c | 1 - 2 files changed, 3 deletions(-) diff --git a/mainboard/artecgroup/dbe61/initram.c b/mainboard/artecgroup/dbe61/initram.c index d8612de8d9..4c16bdbf39 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 d3940fc3f5..35e5b3fe39 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}, }; /**