diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-07 03:21:20 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 22:10:21 +0000 |
commit | 5f201ef866393f04b55f2c3fed3bedd5eaa9a56e (patch) | |
tree | 94b52b55a4402cf53d7cc4953cb257ea6f4031f0 /src | |
parent | bfc80098dad6a62c7cba0dd0043d46ad570e4e22 (diff) | |
download | coreboot-5f201ef866393f04b55f2c3fed3bedd5eaa9a56e.tar.xz |
nb/intel/pineview/acpi: Remove unmatched comment start
This was silently commenting out the line after it.
Change-Id: I2714090b8f99193ace420ad02e2d42b324349c9e
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43169
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/intel/pineview/acpi/hostbridge.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/pineview/acpi/hostbridge.asl b/src/northbridge/intel/pineview/acpi/hostbridge.asl index dae0b77e4e..5eae0cb74f 100644 --- a/src/northbridge/intel/pineview/acpi/hostbridge.asl +++ b/src/northbridge/intel/pineview/acpi/hostbridge.asl @@ -32,7 +32,7 @@ Device (MCHC) Offset (0x68), /* DMIBAR */ DMEN, 1, /* Enable */ - , 11, /* + , 11, DMBR, 20, /* DMIBAR */ /* ... */ |