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>
This commit is contained in:
Angel Pons 2021-01-13 18:08:58 +01:00 committed by Patrick Georgi
parent 7d3bd6b505
commit b35adab862

View File

@ -1146,7 +1146,7 @@ static void prog_rcomp(struct sysinfo *s)
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 */