blob: a269904d3865cb3ae3ce878f0eadf175906cbc3c [file] [log] [blame]
Tom Rinia4b38fc2018-10-05 10:16:46 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kever Yang70fe2872018-08-23 17:17:59 +08002/*
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)
Simon Glass98463902022-10-20 18:22:39 -060010 ldr lr, =CONFIG_TEXT_BASE
Kever Yang70fe2872018-08-23 17:17:59 +080011 mov pc, r3
12ENDPROC(spl_optee_entry)