From 45db366d5c8222148100713b165762aab61c478f Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson Date: Tue, 30 Sep 2008 04:52:29 +0000 Subject: A duplicate register address is incremented in table register_values. A trivial fix to correct the address of the high byte in SDRAMC. Thus the leadoff timing IPDLT will be correctly referenced. Signed-off-by: Mats Erik Andersson Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3620 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/intel/i440bx/raminit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/northbridge/intel/i440bx/raminit.c b/src/northbridge/intel/i440bx/raminit.c index c480f0a5b9..38470eab20 100644 --- a/src/northbridge/intel/i440bx/raminit.c +++ b/src/northbridge/intel/i440bx/raminit.c @@ -282,7 +282,7 @@ static const long register_values[] = { * 1 = 2 clocks of RAS# precharge */ SDRAMC + 0, 0x00, 0x00, - SDRAMC + 0, 0x00, 0x00, + SDRAMC + 1, 0x00, 0x00, /* PGPOL - Paging Policy Register * 0x78 - 0x79 -- cgit v1.2.3