Tom Rini | a4b38fc | 2018-10-05 10:16:46 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Kever Yang | 70fe287 | 2018-08-23 17:17:59 +0800 | [diff] [blame] | 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) |