Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/55100 )
Change subject: soc/amd/cezanne/include/iomap: properly align defines ......................................................................
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 --- M src/soc/amd/cezanne/include/soc/iomap.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Raul Rangel: Looks good to me, approved
diff --git a/src/soc/amd/cezanne/include/soc/iomap.h b/src/soc/amd/cezanne/include/soc/iomap.h index 486e3cf..4c4252a 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)