mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
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 <fangzhenwei@bytedance.com>
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
|
|
||||||
#endif /* CONFIG_MM_REGIONS > 1 */
|
#endif /* CONFIG_MM_REGIONS > 1 */
|
||||||
|
|
||||||
#elif defined(CONFIG_ARCH_CHIP_MPS2_AN524)
|
#elif defined(CONFIG_ARCH_CHIP_MPS3_AN524)
|
||||||
|
|
||||||
/* Internal SRAM1 (16MB) */
|
/* Internal SRAM1 (16MB) */
|
||||||
#define MPS_SRAM1_START 0x20000000
|
#define MPS_SRAM1_START 0x20000000
|
||||||
|
|||||||
Reference in New Issue
Block a user