diff --git a/plat/juno/aarch64/plat_helpers.S b/plat/juno/aarch64/plat_helpers.S index ec6607b..9297a60 100644 --- a/plat/juno/aarch64/plat_helpers.S +++ b/plat/juno/aarch64/plat_helpers.S @@ -34,6 +34,7 @@ #include .globl plat_report_exception + .globl platform_mem_init /* --------------------------------------------- * void plat_report_exception(unsigned int type) @@ -83,3 +84,14 @@ cmp x0, #PRIMARY_CPU cset x0, eq ret + + + /* ----------------------------------------------------- + * void platform_mem_init(void); + * + * We don't need to carry out any memory initialization + * on Juno. The Secure RAM is accessible straight away. + * ----------------------------------------------------- + */ +func platform_mem_init + ret