Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
[oweals/u-boot.git] / common / spl / spl_optee.S
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017 Rockchip Electronic Co.,Ltd
4  */
5
6 #include <linux/linkage.h>
7 #include <asm/assembler.h>
8
9 ENTRY(spl_optee_entry)
10         ldr lr, =CONFIG_SYS_TEXT_BASE
11         mov pc, r3
12 ENDPROC(spl_optee_entry)