soc/intel/apollolake/acpi/northbridge.asl: Fix comment
This fixes the following error: In file included from src/mainboard/siemens/mc_apl1/dsdt.asl:21: src/soc/intel/apollolake/acpi/northbridge.asl:15:12: warning: '/*' within block comment [-Wcomment] PXEN, 1, /* Enable */ ^ Change-Id: I1173eed69847f4c3b307ce96d76fb7185dc2f85c Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70767 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Sean Rhodes <sean@starlabs.systems> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
This commit is contained in:
parent
f2dcd9dd81
commit
f3c107eb01
|
@ -11,7 +11,7 @@ Device (MCHC)
|
|||
OperationRegion (MCHP, PCI_Config, 0x00, 0x100)
|
||||
Field (MCHP, DWordAcc, NoLock, Preserve)
|
||||
{
|
||||
Offset (0x60), /* PCIEXBAR (0:0:0:60)
|
||||
Offset (0x60), /* PCIEXBAR (0:0:0:60) */
|
||||
PXEN, 1, /* Enable */
|
||||
PXSZ, 2, /* PCI Express Size */
|
||||
, 25,
|
||||
|
|
Loading…
Reference in New Issue