diff options
-rw-r--r-- | src/arch/arm64/cpu/Makefile.inc | 1 | ||||
-rw-r--r-- | src/arch/arm64/stage_entry.S | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/arm64/cpu/Makefile.inc b/src/arch/arm64/cpu/Makefile.inc index b4f39a5aa4..47aa0d0451 100644 --- a/src/arch/arm64/cpu/Makefile.inc +++ b/src/arch/arm64/cpu/Makefile.inc @@ -21,4 +21,5 @@ ifeq ($(CONFIG_ARCH_RAMSTAGE_ARM64),y) ramstage-$(CONFIG_ARCH_ARM64_CPU_CORTEX_A57) += cortex_a57.S +secmon-$(CONFIG_ARCH_ARM64_CPU_CORTEX_A57) += cortex_a57.S endif diff --git a/src/arch/arm64/stage_entry.S b/src/arch/arm64/stage_entry.S index 66e40fbad3..cfe8edd1fa 100644 --- a/src/arch/arm64/stage_entry.S +++ b/src/arch/arm64/stage_entry.S @@ -216,6 +216,7 @@ ENDPROC(arm64_cpu_startup) CPU_RESET_ENTRY(arm64_cpu_startup_resume) split_bsp_path + bl arm64_cpu_early_setup setup_sctlr startup_restore b arm64_c_environment |