aboutsummaryrefslogtreecommitdiff
path: root/plat/socionext/uniphier/uniphier_bl1_helpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'plat/socionext/uniphier/uniphier_bl1_helpers.S')
-rw-r--r--plat/socionext/uniphier/uniphier_bl1_helpers.S15
1 files changed, 15 insertions, 0 deletions
diff --git a/plat/socionext/uniphier/uniphier_bl1_helpers.S b/plat/socionext/uniphier/uniphier_bl1_helpers.S
new file mode 100644
index 00000000..58185657
--- /dev/null
+++ b/plat/socionext/uniphier/uniphier_bl1_helpers.S
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#include <arch.h>
+#include <asm_macros.S>
+
+ .globl plat_get_my_entrypoint
+
+func plat_get_my_entrypoint
+ mov x0, #0
+ ret
+endfunc plat_get_my_entrypoint