From 039bb34df889511e96f4c9c9a8d0f971e38efe2f Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Thu, 5 Nov 2015 16:07:53 -0600 Subject: [PATCH] ti_config_fragments: DRA7: Disable LPAE for now LPAE:Large physical adress extenstion, adds the capability of having ARM A15+ based devices to 40-bit physcial adress translations. This kernel doesnt have all the parts that is needed to enable LPAE. Observed issues with MM framework, Hence disabling LPAE for now till the right HW and SW requirements are ready. Change-Id: Ia9c08c27f16a023e9d2a0ef4687a277027ecb326 Signed-off-by: Praneeth Bajjuri --- ti_config_fragments/dra7_only.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ti_config_fragments/dra7_only.cfg b/ti_config_fragments/dra7_only.cfg index 0be6c997ffa..e8a9c8da448 100644 --- a/ti_config_fragments/dra7_only.cfg +++ b/ti_config_fragments/dra7_only.cfg @@ -21,7 +21,7 @@ CONFIG_SOC_AM43XX=n CONFIG_SOC_DRA7XX=y # Enable LPAE (Large Physical Address Extensions) -CONFIG_ARM_LPAE=y +# CONFIG_ARM_LPAE=y #Disable SMartReflex driver CONFIG_POWER_AVS=n -- 2.39.2