intel/i945: Use define for `BSM`
Change-Id: Ia58d8b410a145f27f0b267c115714580c366e063 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/5929 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
ccf53af8a9
commit
9d3e131461
|
@ -943,7 +943,7 @@ void i945_late_initialization(int s3resume)
|
|||
|
||||
{
|
||||
/* This will not work if TSEG is in place! */
|
||||
u32 tom = pci_read_config32(PCI_DEV(0, 2, 0), 0x5c);
|
||||
u32 tom = pci_read_config32(PCI_DEV(0, 2, 0), BSM);
|
||||
|
||||
printk(BIOS_DEBUG, "TOM: 0x%08x\n", tom);
|
||||
ram_check(0x00000000, 0x000a0000);
|
||||
|
|
Loading…
Reference in New Issue