Felix Held has uploaded this change for review. ( 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 --- M src/soc/amd/cezanne/include/soc/iomap.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/55100/1
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)