summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-11 11:39:31 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-11 11:40:35 +0100
commitbb57361bfd753fe7b6eacab7556080b85599965e (patch)
tree97b32d986fb8bf53839e2d302937db564d3141e1
parentbsp/xilinx_zynq: Enable support for 4kiB MMU pages (diff)
downloadrtems-bb57361bfd753fe7b6eacab7556080b85599965e.tar.bz2
build: Clarify ARM_MMU_USE_SMALL_PAGES description
-rw-r--r--spec/build/bsps/arm/optmmusmallpages.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/build/bsps/arm/optmmusmallpages.yml b/spec/build/bsps/arm/optmmusmallpages.yml
index 5d42039c78..a4ceb0aa1e 100644
--- a/spec/build/bsps/arm/optmmusmallpages.yml
+++ b/spec/build/bsps/arm/optmmusmallpages.yml
@@ -20,7 +20,8 @@ default-by-variant:
variants:
- arm/realview_pbx_a9_qemu
description: |
- Use MMU with small pages (4KiB)
+ If set to true, then the MMU is configured to use small pages (4KiB),
+ otherwise it uses sections (1MiB).
enabled-by: true
links: []
name: ARM_MMU_USE_SMALL_PAGES