From 7c3dac4e13d24a9844d961ca4471e28bcd87f34d Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 26 Apr 2016 18:58:56 +0900 Subject: [PATCH] configs: odroid_xu3: disable the configuration for fixing MFC Disable the EXYNOS5422_MFC_CPLL_FIX configuration. (Before disabled this, some board should be stuck.) In future, it needs to find the main problem and solution. Change-Id: If679cc49732caf6d6d6f3b4fe8f3e13938d6fd2e Signed-off-by: Jaehoon Chung --- include/configs/odroid_xu3.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index 16f8ee6b1b..94ae77cb66 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -166,7 +166,4 @@ "echo U-Boot image: u-boot-mmc.bin not found!;" \ "fi;\0" -/* Hacking */ -#define EXYNOS5422_MFC_CPLL_FIX - #endif /* __CONFIG_H */ -- 2.34.1