aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-28 11:30:25 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-04 06:58:51 +0000
commit368c9a18474e8fa143675b01fa9d6d4f14d0b101 (patch)
tree3673ec10caf4258d1adc4d22215bf20b8804f6df
parent65fd33f95fa85cd867cb434fe03b0c5f691b3fbc (diff)
vc/../chromeos.asl: Drop CHROMEOS guard
coreboot proper now has a single include for this file with the guard around it already. Change-Id: Ice48a6af391170232a0319cc894bdb6c465c5143 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50248 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
-rw-r--r--src/vendorcode/google/chromeos/acpi/chromeos.asl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vendorcode/google/chromeos/acpi/chromeos.asl b/src/vendorcode/google/chromeos/acpi/chromeos.asl
index 7642676a74..3f20662467 100644
--- a/src/vendorcode/google/chromeos/acpi/chromeos.asl
+++ b/src/vendorcode/google/chromeos/acpi/chromeos.asl
@@ -2,8 +2,6 @@
#include <security/vboot/vbnv_layout.h>
-#if CONFIG(CHROMEOS)
-
/* GPIO package generated at run time. */
External (OIPG)
@@ -100,4 +98,3 @@ Device (CRHW)
}
#include "ramoops.asl"
-#endif