commit | a4235ed9ef9179c89d93e884b4986590fc2c7d1c | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu May 16 15:02:37 2019 +0200 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Thu May 16 17:45:12 2019 +0200 |
tree | f11e674a7a8ebf2e2b3e790387da8b463e1a14c4 | |
parent | 539e0f1ffbccb386feb78cd514c9760207710d44 [diff] |
core: arm: kern.ld.S: discard .interp section tee.elf currently has an INTERP segment that contains "/usr/lib/ld.so.1". This is totally meaningless, so remove it by discarding the .interp section in the linker script. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.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