From b8d1153e38ebf38d6f80495c588cd31bc371ef8e Mon Sep 17 00:00:00 2001 From: jeshrz Date: Sat, 6 Feb 2021 17:22:35 +0800 Subject: [PATCH] should be MMU, not MPU --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index 0ca954748d..a0f6f37b39 100644 --- a/Kconfig +++ b/Kconfig @@ -223,7 +223,7 @@ config BUILD_KERNEL they can be loaded into memory for execution. NOTE: This build configuration requires that the platform support - a memory management unit (MPU) and address environments. Support, + a memory management unit (MMU) and address environments. Support, however, may not be implemented on all platforms. endchoice # Build configuration