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 <mats.andersson@gisladisker.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3620 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
166ad2d7a5
commit
45db366d5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue