spl_optee.S 244 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2017 Rockchip Electronic Co.,Ltd
  4. */
  5. #include <linux/linkage.h>
  6. #include <asm/assembler.h>
  7. ENTRY(spl_optee_entry)
  8. ldr lr, =CONFIG_SYS_TEXT_BASE
  9. mov pc, r3
  10. ENDPROC(spl_optee_entry)