arm: exynos7420: remove custome low level init function
authorThomas Abraham <thomas.ab@samsung.com>
Wed, 16 Nov 2016 13:19:16 +0000 (18:49 +0530)
committerYork Sun <york.sun@nxp.com>
Tue, 22 Nov 2016 19:40:24 +0000 (11:40 -0800)
commit95e74a3df75bf01eaf69f5c28f9aa2db6568e901
tree948616bcce8d8b0f894d26972c16c160ce19fc4a
parente87c673c206aa3eb75eb94e65d8d50d7fabaf598
arm: exynos7420: remove custome low level init function

Remove the custom low-level initialization function and reuse the
default low-level initialization function. But this requires the
ARMV8_MULTIENTRY config option to be enabled for Exynos7420.

On Exynos7420, the boot CPU belongs to the second cluster and so
with ARMV8_MULTIENTRY config option enabled, the 'branch_if_master'
macro fails to detect the CPU as boot CPU. As a temporary workaround
the CPU_RELEASE_ADDR is set to point to '_main'.

Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Alison Wang <alison.wang@nxp.com>
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Reviewed-by: Alison Wang <alison.wang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/mach-exynos/Kconfig
arch/arm/mach-exynos/soc.c
include/configs/exynos7420-common.h