diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 01:35:45 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-09 23:55:36 +0000 |
commit | e8ea97c945408f9c3185367c9861f458b00fd7ab (patch) | |
tree | 55f936562aa5719fb1b488570867050715394832 /src/mainboard/lippert/toucan-af/dsdt.asl | |
parent | dd1da42f857ea7e18af4a8cc7cb283ec88e16549 (diff) |
mb/lippert: Align whitespace and comments
This reduces the diffstat between the two boards.
Change-Id: I6754d22139be52c66a9dda5d8e71f1092ecf0697
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43272
Reviewed-by: Michael Niewöhner
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lippert/toucan-af/dsdt.asl')
-rw-r--r-- | src/mainboard/lippert/toucan-af/dsdt.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lippert/toucan-af/dsdt.asl b/src/mainboard/lippert/toucan-af/dsdt.asl index e93fbce558..17837c4209 100644 --- a/src/mainboard/lippert/toucan-af/dsdt.asl +++ b/src/mainboard/lippert/toucan-af/dsdt.asl @@ -1237,7 +1237,6 @@ DefinitionBlock ( * value is based on user choice in BIOS setup. */ Method(_INI, 0) { - /* Determine the OS we're running on */ OSFL() } /* End Method(_SB._INI) */ |