commit | 0474627c2fa2c3f4896bc475af8dbdefe0223e42 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Jun 30 17:53:18 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jun 30 20:54:41 2021 +0200 |
tree | 3023fc696ee52e747716213acbb1575cbdb8d2ae | |
parent | ff01e2452169e6c72d309067ce9f9ac84d88d1e1 [diff] |
core: entry_a64.S: use adr_l macro instead of open coding Replace the open-coded adrp + add :lo12: in set_sp with the macro that does the very same thing (adr_l). Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers