HAOUAS Elyes (ehaouas@noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6325
-gerrit
commit 541a7680f5e3413b9922293edede6e38ffb45a47 Author: Elyes HAOUAS ehaouas@noos.fr Date: Tue Jul 22 19:04:50 2014 +0200
aopen/dxplplusu: Remove a trailing whitespace
Change-Id: I46372a919bd486395054e157b5a200b896ab24bd Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- src/mainboard/aopen/dxplplusu/fadt.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/mainboard/aopen/dxplplusu/fadt.c b/src/mainboard/aopen/dxplplusu/fadt.c index 9707b9d..baeb4e7 100644 --- a/src/mainboard/aopen/dxplplusu/fadt.c +++ b/src/mainboard/aopen/dxplplusu/fadt.c @@ -26,12 +26,12 @@ * code and the mainboard fadt. */ #define APM_CNT 0x0 /* ACPI mode only */ -#define CST_CONTROL 0x85 -#define PST_CONTROL 0x0 -#define ACPI_DISABLE 0xAA -#define ACPI_ENABLE 0x55 -#define S4_BIOS 0x77 -#define GNVS_UPDATE 0xea +#define CST_CONTROL 0x85 +#define PST_CONTROL 0x0 +#define ACPI_DISABLE 0xAA +#define ACPI_ENABLE 0x55 +#define S4_BIOS 0x77 +#define GNVS_UPDATE 0xea
void acpi_create_fadt(acpi_fadt_t * fadt, acpi_facs_t * facs, void *dsdt) {