soc/amd/cezanne/iomap: move MMIO range comment above MMIO ranges
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ib7e47e3ba29d171266792fc1ffa8f18e314dc770 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50289 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
7e703d77b2
commit
4cecca4925
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue