aboutsummaryrefslogtreecommitdiff
path: root/plat/juno/aarch64/plat_helpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'plat/juno/aarch64/plat_helpers.S')
-rw-r--r--plat/juno/aarch64/plat_helpers.S12
1 files changed, 12 insertions, 0 deletions
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 <platform.h>
.globl plat_report_exception
+ .globl platform_mem_init
/* ---------------------------------------------
* void plat_report_exception(unsigned int type)
@@ -83,3 +84,14 @@ func platform_is_primary_cpu
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