From 4cecca49250e46375efbccf61e6085762c140c4c Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 4 Feb 2021 22:01:45 +0100 Subject: soc/amd/cezanne/iomap: move MMIO range comment above MMIO ranges Signed-off-by: Felix Held Change-Id: Ib7e47e3ba29d171266792fc1ffa8f18e314dc770 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50289 Reviewed-by: Raul Rangel Reviewed-by: Jason Glenesk Tested-by: build bot (Jenkins) --- src/soc/amd/cezanne/include/soc/iomap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/cezanne/include/soc/iomap.h b/src/soc/amd/cezanne/include/soc/iomap.h index 01b06479d8..b91ff2785b 100644 --- a/src/soc/amd/cezanne/include/soc/iomap.h +++ b/src/soc/amd/cezanne/include/soc/iomap.h @@ -3,6 +3,7 @@ #ifndef AMD_CEZANNE_IOMAP_H #define AMD_CEZANNE_IOMAP_H +/* MMIO Ranges */ /* FCH AL2AHB Registers */ #define ALINK_AHB_ADDRESS 0xfedc0000 @@ -11,7 +12,6 @@ #define APU_UART0_BASE 0xfedc9000 #define APU_UART1_BASE 0xfedca000 -/* MMIO Ranges */ #define FLASH_BASE_ADDR ((0xffffffff - CONFIG_ROM_SIZE) + 1) /* I/O Ranges */ -- cgit v1.2.3