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:
parent
7d3bd6b505
commit
b35adab862
@ -1146,7 +1146,7 @@ static void prog_rcomp(struct sysinfo *s)
|
|||||||
static void program_odt(struct sysinfo *s)
|
static void program_odt(struct sysinfo *s)
|
||||||
{
|
{
|
||||||
u8 i;
|
u8 i;
|
||||||
static u16 ddr2_odt[16][2] = {
|
static const u16 ddr2_odt[16][2] = {
|
||||||
{ 0x0000, 0x0000 }, /* NC_NC */
|
{ 0x0000, 0x0000 }, /* NC_NC */
|
||||||
{ 0x0000, 0x0001 }, /* x8SS_NC */
|
{ 0x0000, 0x0001 }, /* x8SS_NC */
|
||||||
{ 0x0000, 0x0011 }, /* x8DS_NC */
|
{ 0x0000, 0x0011 }, /* x8DS_NC */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user