mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 06:18:40 +08:00
should be MMU, not MPU
This commit is contained in:
parent
ad2e85433a
commit
b8d1153e38
1 changed files with 1 additions and 1 deletions
2
Kconfig
2
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
|
||||
|
|
Loading…
Reference in a new issue