aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-06-16 16:28:14 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-06-19 14:28:55 +0000
commit9e0f964af5087ca1268bb77055ee0efc006cf5a1 (patch)
treed4c3b46b8cd0c0b7d11d7a244ffc503d04c66440 /src
parent61daf9b7386162ea23cae4fe63584796b882e7bd (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/common/block/include/amdblocks/data_fabric.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/include/amdblocks/data_fabric.h b/src/soc/amd/common/block/include/amdblocks/data_fabric.h
index 0772b7db9c..4fb28fcd05 100644
--- a/src/soc/amd/common/block/include/amdblocks/data_fabric.h
+++ b/src/soc/amd/common/block/include/amdblocks/data_fabric.h
@@ -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))