From 201ea04c17c014cb7f1ae0753f6b265258ef9946 Mon Sep 17 00:00:00 2001 From: lanefu Date: Fri, 3 Jul 2020 09:20:57 -0400 Subject: [PATCH] Exnyos DMC slow mem workaround (#2073) (#2076) disable DMC for XU4 as workaround [AR-337] --- config/kernel/linux-odroidxu4-current.config | 2 +- config/kernel/linux-odroidxu4-dev.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/kernel/linux-odroidxu4-current.config b/config/kernel/linux-odroidxu4-current.config index e6419282d2..1592ce3de6 100644 --- a/config/kernel/linux-odroidxu4-current.config +++ b/config/kernel/linux-odroidxu4-current.config @@ -5334,7 +5334,7 @@ CONFIG_DDR=y # CONFIG_ARM_PL172_MPMC is not set CONFIG_PL353_SMC=y CONFIG_SAMSUNG_MC=y -CONFIG_EXYNOS5422_DMC=y +CONFIG_EXYNOS5422_DMC=n CONFIG_EXYNOS_SROM=y CONFIG_IIO=y CONFIG_IIO_BUFFER=y diff --git a/config/kernel/linux-odroidxu4-dev.config b/config/kernel/linux-odroidxu4-dev.config index 846484690e..7dd175688e 100644 --- a/config/kernel/linux-odroidxu4-dev.config +++ b/config/kernel/linux-odroidxu4-dev.config @@ -5416,7 +5416,7 @@ CONFIG_DDR=y # CONFIG_ARM_PL172_MPMC is not set CONFIG_PL353_SMC=y CONFIG_SAMSUNG_MC=y -CONFIG_EXYNOS5422_DMC=y +CONFIG_EXYNOS5422_DMC=n CONFIG_EXYNOS_SROM=y CONFIG_IIO=y CONFIG_IIO_BUFFER=y