diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-05-28 19:43:42 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-06-01 21:18:07 +0000 |
commit | faebe8e46ac5707ecee3fbd3c2d8efb3d3be4436 (patch) | |
tree | c2117462629d054fc0affa49d0fa16f5aaee6af8 | |
parent | 5fd63bd016ae9b65dde36267c08e41473ba44942 (diff) |
soc/amd/cezanne/include/iomap: properly align defines
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I14647b3d88146602b96fc1dff2347a293bab0c26
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55100
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
-rw-r--r-- | src/soc/amd/cezanne/include/soc/iomap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/include/soc/iomap.h b/src/soc/amd/cezanne/include/soc/iomap.h index 486e3cf961..4c4252a593 100644 --- a/src/soc/amd/cezanne/include/soc/iomap.h +++ b/src/soc/amd/cezanne/include/soc/iomap.h @@ -45,7 +45,7 @@ /* I/O Ranges */ #define NCP_ERR 0x00f0 -#define ACPI_IO_BASE 0x0400 +#define ACPI_IO_BASE 0x0400 #define ACPI_PM_EVT_BLK (ACPI_IO_BASE + 0x00) #define ACPI_PM1_STS (ACPI_PM_EVT_BLK + 0x00) #define ACPI_PM1_EN (ACPI_PM_EVT_BLK + 0x02) |