blob: 581856573cb74b814f8ce99fbf1b2f6e422a2fa1 [file] [log] [blame]
Masahiro Yamada574388c2016-09-03 11:37:40 +09001/*
2 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <arch.h>
8#include <asm_macros.S>
9
10 .globl plat_get_my_entrypoint
11
12func plat_get_my_entrypoint
13 mov x0, #0
14 ret
15endfunc plat_get_my_entrypoint