diff options
Diffstat (limited to 'common/spl/spl_optee.S')
-rw-r--r-- | common/spl/spl_optee.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl_optee.S b/common/spl/spl_optee.S index 8bd1949ddf3..a269904d386 100644 --- a/common/spl/spl_optee.S +++ b/common/spl/spl_optee.S @@ -7,6 +7,6 @@ #include <asm/assembler.h> ENTRY(spl_optee_entry) - ldr lr, =CONFIG_SYS_TEXT_BASE + ldr lr, =CONFIG_TEXT_BASE mov pc, r3 ENDPROC(spl_optee_entry) |