mirror of
https://github.com/armbian/build.git
synced 2025-09-19 20:51:12 +02:00
25 lines
632 B
Diff
25 lines
632 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
Date: Thu, 25 Apr 2024 21:48:17 +0200
|
|
Subject: Set register r1 to CONFIG_SYS_TEXT_BASE to support rockchip
|
|
proprietary OP-TEE binaries
|
|
|
|
---
|
|
common/spl/spl_optee.S | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/common/spl/spl_optee.S b/common/spl/spl_optee.S
|
|
index 111111111111..222222222222 100644
|
|
--- a/common/spl/spl_optee.S
|
|
+++ b/common/spl/spl_optee.S
|
|
@@ -8,5 +8,6 @@
|
|
|
|
ENTRY(spl_optee_entry)
|
|
ldr lr, =CONFIG_TEXT_BASE
|
|
+ ldr r1, =CONFIG_TEXT_BASE
|
|
mov pc, r3
|
|
ENDPROC(spl_optee_entry)
|
|
--
|
|
Armbian
|
|
|