diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-28 13:35:35 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 09:03:18 +0000 |
commit | cd5f2b500def9826f9639514c7f78b54633787e0 (patch) | |
tree | a9974145878462096caed38c45d11816d4685756 /src/mainboard/intel/emeraldlake2 | |
parent | 60d7348a36bfb0c30dd3601de70693a80e28ca85 (diff) |
mb/intel: Get rid of whitespace before tab
Change-Id: I891b056b64fde27ef0e351f8cf24a258fb5cabfa
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26626
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/intel/emeraldlake2')
-rw-r--r-- | src/mainboard/intel/emeraldlake2/acpi/superio.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/emeraldlake2/acpi/superio.asl b/src/mainboard/intel/emeraldlake2/acpi/superio.asl index d99b22e11f..7944d9faa6 100644 --- a/src/mainboard/intel/emeraldlake2/acpi/superio.asl +++ b/src/mainboard/intel/emeraldlake2/acpi/superio.asl @@ -24,7 +24,7 @@ #define SIO_ENABLE_ENVC // pnp 2e.4: Enable Environmental Controller #define SIO_ENVC_IO0 0x700 // pnp 2e.4: io 0x60 #define SIO_ENVC_IO1 0x710 // pnp 2e.4: io 0x62 -#define SIO_ENABLE_GPIO // pnp 2e.7: Enable GPIO +#define SIO_ENABLE_GPIO // pnp 2e.7: Enable GPIO #define SIO_GPIO_IO0 0x720 // pnp 2e.7: io 0x60 #define SIO_GPIO_IO1 0x730 // pnp 2e.7: io 0x60 |