projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
efi_loader: remove superfluous check in efi_setup_loaded_image()
[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)