mainboard/google/.../terra: Fix ACPI external definition errors
According to ACPI 6.1 spec 19.6.44, External informs compiler that object is external to this TABLE, no necessary for object in same DSDT tables. A name cannot be defined and declared external in the same table (GPID) A name cannot be defined and declared external in the same table (CTOK) Change-Id: Ica80b59ad6a8af865bf1551ac4e014ec5f4e7d08 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/26122 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
9146ccd7e3
commit
40e6d2ebbd
|
@ -47,8 +47,6 @@ External (\_PR.CP00._TPC, MethodObj)
|
|||
External (\_PR.CP00._PTC, PkgObj)
|
||||
External (\_PR.CP00._TSD, PkgObj)
|
||||
External (\_PR.CP00._PSS, MethodObj)
|
||||
External (\_SB.DPTF.CTOK, MethodObj)
|
||||
External (\_SB.GPID, MethodObj)
|
||||
|
||||
Device (B0DB)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue