mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
12fee1949e
commit
83e877a334
@ -198,7 +198,7 @@ static void __init exynos_smp_prepare_cpus(unsigned int max_cpus)
|
||||
{
|
||||
int i;
|
||||
|
||||
if (!soc_is_exynos5250())
|
||||
if (!(soc_is_exynos5250() || soc_is_exynos5440()))
|
||||
scu_enable(scu_base_addr());
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user