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 9ENTRY(spl_optee_entry) 10 ldr lr, =CONFIG_SYS_TEXT_BASE 11 mov pc, r3 12ENDPROC(spl_optee_entry) 13