[coreboot] [PATCH] Remove redundant unused tRCD entries from dbe61/dbe62 SPD value list.
Mart Raudsepp
mart.raudsepp at artecdesign.ee
Tue Jan 13 20:42:52 CET 2009
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 at 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},
};
/**
--
1.6.0.4
More information about the coreboot
mailing list