Fixup "tools:mkimage_multidtb: Align less than PAD size"
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 15 May 2020 05:56:24 +0000 (07:56 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 06:13:49 +0000 (15:13 +0900)
Partially revert commit fe215b2f7ddf30f36b326f7a3fe3734a872a37fe
("tools:mkimage_multidtb: Align less than PAD size"), as it looks that the MFC hack
 accidendly sneaked into that commit.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I81c0f4713a83a8e5d888b03fb851e9c673cd1c77

board/samsung/common/exynos5-dt.c

index 213640b..cc0d1e6 100644 (file)
@@ -39,18 +39,6 @@ DECLARE_GLOBAL_DATA_PTR;
 
 int exynos_init(void)
 {
-#ifdef EXYNOS5422_MFC_CPLL_FIX
-       /*
-        * A workaround for MFC crash on Odroid XU3:
-        * 1. set ACLK333 divider to 1
-        * 2. set CPLL rate to 480MHz
-        */
-       writel(0xa0500201, 0x10020120);
-       udelay(10);
-
-       writel(0x03100900, 0x10020504);
-       udelay(10);
-#endif
        return 0;
 }