summaryrefslogtreecommitdiff
path: root/ti_config_fragments
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-10-20 16:13:37 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2022-10-21 17:06:13 -0500
commit803d14d1a3dfd21f878c5a7cae5e12129f1486e8 (patch)
treef667037f3a0713ae2725bc3d7e87eddd9e0fda94 /ti_config_fragments
parent018bd5143155c70167c94d3c6c369b9651e00fd9 (diff)
ti_config_fragments: real_time: Remove explicit page size setting
4K pages are now the default, no need to explicitly set the same. Signed-off-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'ti_config_fragments')
-rw-r--r--ti_config_fragments/real_time.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/ti_config_fragments/real_time.cfg b/ti_config_fragments/real_time.cfg
index 5f866c43d30c..6f7e7c3fc0e7 100644
--- a/ti_config_fragments/real_time.cfg
+++ b/ti_config_fragments/real_time.cfg
@@ -34,6 +34,3 @@ CONFIG_HOTPLUG_CPU=y
# be executed in the context of per-CPU rcuo kthreads created for
# this purpose.
# CONFIG_RCU_NOCB_CPU_ALL=y
-
-# disable 64K pages as they proved to be source of RT latencies
-CONFIG_ARM64_64K_PAGES=n