Commit 83e877a3 authored by Kukjin Kim's avatar Kukjin Kim

ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440

Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 12fee194
...@@ -198,7 +198,7 @@ static void __init exynos_smp_prepare_cpus(unsigned int max_cpus) ...@@ -198,7 +198,7 @@ static void __init exynos_smp_prepare_cpus(unsigned int max_cpus)
{ {
int i; int i;
if (!soc_is_exynos5250()) if (!(soc_is_exynos5250() || soc_is_exynos5440()))
scu_enable(scu_base_addr()); scu_enable(scu_base_addr());
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment