diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-28 13:21:35 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 08:57:28 +0000 |
commit | 868f74aaa60b90e1e59ca0ed0faf74f996b46975 (patch) | |
tree | 9570932cf5e436fa532554021955f8d6fd65c795 /src/mainboard/bap/ode_e20XX | |
parent | b088dc6ea8caae011d1fb9dffd4ebb93e4a2e1d2 (diff) | |
download | coreboot-868f74aaa60b90e1e59ca0ed0faf74f996b46975.tar.xz |
mb/bap: Get rid of whitespace before tab
Change-Id: I8999f1603014b558a9efd3823614020ba0ecce82
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26613
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/bap/ode_e20XX')
-rw-r--r-- | src/mainboard/bap/ode_e20XX/acpi/gpe.asl | 2 | ||||
-rw-r--r-- | src/mainboard/bap/ode_e20XX/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/bap/ode_e20XX/dsdt.asl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/bap/ode_e20XX/acpi/gpe.asl b/src/mainboard/bap/ode_e20XX/acpi/gpe.asl index 9a8469832b..87b0d2169d 100644 --- a/src/mainboard/bap/ode_e20XX/acpi/gpe.asl +++ b/src/mainboard/bap/ode_e20XX/acpi/gpe.asl @@ -71,4 +71,4 @@ Scope(\_GPE) { /* Start Scope GPE */ Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */ Notify(\_SB.PWRB, 0x02) /* NOTIFY_DEVICE_WAKE */ } -} /* End Scope GPE */ +} /* End Scope GPE */ diff --git a/src/mainboard/bap/ode_e20XX/devicetree.cb b/src/mainboard/bap/ode_e20XX/devicetree.cb index 959912eff9..c2e428d80a 100644 --- a/src/mainboard/bap/ode_e20XX/devicetree.cb +++ b/src/mainboard/bap/ode_e20XX/devicetree.cb @@ -43,7 +43,7 @@ chip northbridge/amd/agesa/family16kb/root_complex device pci 13.2 on end # USB device pci 14.0 on end # SM device pci 14.2 on end # HDA 0x4383 - device pci 14.3 on # LPC 0x439d + device pci 14.3 on # LPC 0x439d chip superio/fintek/f81866d register "hwm_amd_tsi_addr" = "0x98" # Set to AMD register "hwm_amd_tsi_control" = "0x02" # Set to AMD diff --git a/src/mainboard/bap/ode_e20XX/dsdt.asl b/src/mainboard/bap/ode_e20XX/dsdt.asl index e70998921c..e2d02087cc 100644 --- a/src/mainboard/bap/ode_e20XX/dsdt.asl +++ b/src/mainboard/bap/ode_e20XX/dsdt.asl @@ -46,7 +46,7 @@ DefinitionBlock ( /* System Bus */ Scope(\_SB) { /* Start \_SB scope */ - /* global utility methods expected within the \_SB scope */ + /* global utility methods expected within the \_SB scope */ #include <arch/x86/acpi/globutil.asl> /* Describe IRQ Routing mapping for this platform (within the \_SB scope) */ |