From: Jaehoon Chung Date: Tue, 26 Apr 2016 09:58:56 +0000 (+0900) Subject: configs: odroid_xu3: disable the configuration for fixing MFC X-Git-Tag: submit/tizen/20160427.035435^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F67340%2F1;p=platform%2Fkernel%2Fu-boot.git 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 --- 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 */