nb/intel/x4x: Constify DDR2 ODT table

Change-Id: Id5b5dc584ab93620ae58cf43fe0d47015d512f82
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49401
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
diff --git a/src/northbridge/intel/x4x/raminit_ddr23.c b/src/northbridge/intel/x4x/raminit_ddr23.c
index 61e9e9d..16e257f 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 */