diff options
Diffstat (limited to 'src/soc/samsung/exynos5420')
-rw-r--r-- | src/soc/samsung/exynos5420/power.c | 3 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/setup.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/soc/samsung/exynos5420/power.c b/src/soc/samsung/exynos5420/power.c index a7e5262e12..7d947121de 100644 --- a/src/soc/samsung/exynos5420/power.c +++ b/src/soc/samsung/exynos5420/power.c @@ -26,7 +26,8 @@ #include "power.h" #include "setup.h" -void ps_hold_setup(void) +/* Set the PS-Hold drive value */ +static void ps_hold_setup(void) { /* Set PS-Hold high */ setbits_le32(&exynos_power->ps_hold_ctrl, diff --git a/src/soc/samsung/exynos5420/setup.h b/src/soc/samsung/exynos5420/setup.h index e0a7d1b0a8..e7b5bd2e08 100644 --- a/src/soc/samsung/exynos5420/setup.h +++ b/src/soc/samsung/exynos5420/setup.h @@ -874,8 +874,6 @@ void dmc_config_prech(struct mem_timings *mem, struct exynos5_dmc *dmc); */ void dmc_config_memory(struct mem_timings *mem, struct exynos5_dmc *dmc); -/* Set the PS-Hold drive value */ -void ps_hold_setup(void); /* * Reset the DLL. This function is common between DDR3 and LPDDR2. * However, the reset value is different. So we are passing a flag |