summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Barry <liam.barry@arm.com>2024-01-30 13:44:09 +0000
committerLiam Barry <liam.barry@arm.com>2024-02-06 17:30:19 +0000
commit1b08a529e07ebf8c31bad196bc58997cdc9811d2 (patch)
tree417222de4436e34dfb0f8f5f8ba60cdf397569e5
parent5385a64979c0380b60c57c74878ccb5189012c87 (diff)
downloadml-embedded-evaluation-kit-1b08a529e07ebf8c31bad196bc58997cdc9811d2.tar.gz
Fix: Remove S/NS aliases of non-existent DMA_0 interface
Correction for misprint in AN547 application note which proliferated to AN552. There are only 3 DMA interfaces. Signed-off-by: Liam Barry <liam.barry@arm.com> Change-Id: I53dab9cbc41f80d7a2818ce6c5b8372ecbdfbd1a
-rw-r--r--source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h b/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h
index fd3ed15..5e0b57d 100644
--- a/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h
+++ b/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h
@@ -34,7 +34,7 @@
#define FMC_CMDSK_GPIO_BASE2 (0x41106000) /* FMC_CMDSK_GPIO_BASE 2 Base Address (4KB)*/
#define FMC_USER_AHB_BASE (0x41107000) /* FMC_USER_AHB_BASE Base Address (4KB)*/
-#define DMA0_BASE (0x41200000) /* DMA0 (4KB) */
+/* Note: DMA0_BASE does not exist for Corstone-300 */
#define DMA1_BASE (0x41201000) /* DMA1 (4KB) */
#define DMA2_BASE (0x41202000) /* DMA2 (4KB) */
#define DMA3_BASE (0x41203000) /* DMA3 (4KB) */
@@ -97,7 +97,6 @@
#define SEC_AHB_USER2_BASE (0x51106000) /* AHB USER 2 Base Address (4KB)*/
#define SEC_AHB_USER3_BASE (0x51107000) /* AHB USER 3 Base Address (4KB)*/
-#define SEC_DMA0_BASE (0x51200000) /* DMA0 (4KB) */
#define SEC_DMA1_BASE (0x51201000) /* DMA1 (4KB) */
#define SEC_DMA2_BASE (0x51202000) /* DMA2 (4KB) */
#define SEC_DMA3_BASE (0x51203000) /* DMA3 (4KB) */