This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 2614693bc0a mps:fix AN524 Kconfig symbol (MPS3, not MPS2)
2614693bc0a is described below
commit 2614693bc0a508ee8b18e1c79e7d8a17ae9a5db6
Author: zhenwei fang <[email protected]>
AuthorDate: Wed Jan 28 14:31:08 2026 +0800
mps:fix AN524 Kconfig symbol (MPS3, not MPS2)
The code currently checks CONFIG_ARCH_CHIP_MPS2_AN524, but
the corresponding Kconfig option is ARCH_CHIP_MPS3_AN524(i.e.
CONFIG_ARCH_CHIP_MPS3_AN524) in arch/arm/src/mps/Kconfig
Signed-off-by: zhenwei fang <[email protected]>
---
arch/arm/src/mps/hardware/mps_memorymap.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/src/mps/hardware/mps_memorymap.h
b/arch/arm/src/mps/hardware/mps_memorymap.h
index 00ed93d0cb6..351dae87d18 100644
--- a/arch/arm/src/mps/hardware/mps_memorymap.h
+++ b/arch/arm/src/mps/hardware/mps_memorymap.h
@@ -111,7 +111,7 @@
#endif /* CONFIG_MM_REGIONS > 1 */
-#elif defined(CONFIG_ARCH_CHIP_MPS2_AN524)
+#elif defined(CONFIG_ARCH_CHIP_MPS3_AN524)
/* Internal SRAM1 (16MB) */
#define MPS_SRAM1_START 0x20000000