Attention is currently required from: Damien Zammit, Patrick Rudolph. Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/49401 )
Change subject: nb/intel/x4x: Constify DDR2 ODT table ......................................................................
nb/intel/x4x: Constify DDR2 ODT table
Change-Id: Id5b5dc584ab93620ae58cf43fe0d47015d512f82 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/northbridge/intel/x4x/raminit_ddr23.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/49401/1
diff --git a/src/northbridge/intel/x4x/raminit_ddr23.c b/src/northbridge/intel/x4x/raminit_ddr23.c index f838053..628f8f0 100644 --- a/src/northbridge/intel/x4x/raminit_ddr23.c +++ b/src/northbridge/intel/x4x/raminit_ddr23.c @@ -1146,7 +1146,7 @@ static void program_odt(struct sysinfo *s) { u8 i; - static u16 ddr2_odt[16][2] = { + static const u16 ddr2_odt[16][2] = { { 0x0000, 0x0000 }, /* NC_NC */ { 0x0000, 0x0001 }, /* x8SS_NC */ { 0x0000, 0x0011 }, /* x8DS_NC */