soc/amd/common/block/include/amdblocks/data_fabric: fix typo in 'IOAPIC'

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ie17fd14bed9ec91c5f11aee00bf5d2d2e253ec08
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75897
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2023-06-16 16:28:14 +02:00
parent 61daf9b738
commit 9e0f964af5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#define BROADCAST_FABRIC_ID 0xff
/* Index of IOAPI resource associated with IOMMU */
/* Index of IOAPIC resource associated with IOMMU */
#define IOMMU_IOAPIC_IDX 0x20000120
#define DF_MMIO_REG_OFFSET(instance) ((instance) * DF_MMIO_REG_SET_SIZE * sizeof(uint32_t))