vc/google/chromeos/acpi: Add type to OIPG declaration

OIPG is a Package. Define the type so it doesn't default to UnknwonObj.

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I068ed4ae95967aa884506c4971ee2e2dba7b5e4f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51537
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Raul E Rangel 2021-03-16 11:41:13 -06:00 committed by Felix Held
parent d211ede937
commit 0c7aef73ac
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <security/vboot/vbnv_layout.h> #include <security/vboot/vbnv_layout.h>
/* GPIO package generated at run time. */ /* GPIO package generated at run time. */
External (OIPG) External (OIPG, PkgObj)
Device (CRHW) Device (CRHW)
{ {