From 48070bdb97e3129bb98b14585c27be206fb37e4a 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 9a1424c74b..5d8d65f127 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -206,7 +206,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