Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50248 )
Change subject: vc/../chromeos.asl: Drop CHROMEOS guard ......................................................................
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 --- M src/vendorcode/google/chromeos/acpi/chromeos.asl 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/50248/1
diff --git a/src/vendorcode/google/chromeos/acpi/chromeos.asl b/src/vendorcode/google/chromeos/acpi/chromeos.asl index 7642676..3f20662 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 @@ }
#include "ramoops.asl" -#endif