summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Abraham <[email protected]>2016-11-16 18:49:16 +0530
committerYork Sun <[email protected]>2016-11-22 11:40:24 -0800
commit95e74a3df75bf01eaf69f5c28f9aa2db6568e901 (patch)
tree948616bcce8d8b0f894d26972c16c160ce19fc4a /include
parente87c673c206aa3eb75eb94e65d8d50d7fabaf598 (diff)
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 <[email protected]> Cc: Alison Wang <[email protected]> Signed-off-by: Thomas Abraham <[email protected]> Reviewed-by: Alison Wang <[email protected]> Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/exynos7420-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos7420-common.h b/include/configs/exynos7420-common.h
index f7c47094ae6..1cea74e9542 100644
--- a/include/configs/exynos7420-common.h
+++ b/include/configs/exynos7420-common.h
@@ -47,6 +47,7 @@
#define CONFIG_IRAM_BASE 0x02100000
#define CONFIG_IRAM_SIZE 0x58000
#define CONFIG_IRAM_END (CONFIG_IRAM_BASE + CONFIG_IRAM_SIZE)
+#define CPU_RELEASE_ADDR secondary_boot_addr
/* Number of CPUs available */
#define CONFIG_CORE_COUNT 0x8