summaryrefslogtreecommitdiff
path: root/plat/socionext/uniphier/uniphier_bl1_helpers.S
blob: 581856573cb74b814f8ce99fbf1b2f6e422a2fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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