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
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;
}