soc/intel/braswell/acpi/globalnvs.asl: Remove redundant use of Offset
ASL compiler reports twice warning 'unnecessary/redundant use of Offfset operator'. Remove redundant offsets. BUG=N/A TEST=Facebook FBG-1701 booting Embedded Linux Change-Id: I16705b9392b17c50d3988012406e03de393cbcd2 Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32953 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
parent
e955fa33f6
commit
1ac5ecbfd1
|
@ -31,7 +31,6 @@ OperationRegion (GNVS, SystemMemory, NVSA, 0x2000)
|
|||
Field (GNVS, ByteAcc, NoLock, Preserve)
|
||||
{
|
||||
/* Miscellaneous */
|
||||
Offset (0x00),
|
||||
OSYS, 16, /* 0x00 - Operating System */
|
||||
SMIF, 8, /* 0x02 - SMI function */
|
||||
PRM0, 8, /* 0x03 - SMI function parameter */
|
||||
|
@ -55,7 +54,6 @@ Field (GNVS, ByteAcc, NoLock, Preserve)
|
|||
CID1, 16, /* 0x1e - Wifi Domain Type */
|
||||
|
||||
/* Device Config */
|
||||
Offset (0x20),
|
||||
S5U0, 8, /* 0x20 - Enable USB0 in S5 */
|
||||
S5U1, 8, /* 0x21 - Enable USB1 in S5 */
|
||||
S3U0, 8, /* 0x22 - Enable USB0 in S3 */
|
||||
|
|
Loading…
Reference in New Issue