commit | e28abf09af2da6a829742c122cf7ae41a21d5208 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu May 16 18:17:29 2019 +0200 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Fri May 17 13:00:16 2019 +0200 |
tree | b466155a1bf7ccc3932ed2758ae6f83e5ab03894 | |
parent | 68c4a16b37c797cf2a3d49af419f238e23cc8e4c [diff] |
core: arm: kern.ld.S: ignore .init section The ELF .init section is meant to be used by program loaders to run special initialization code before the main entry point is called. This does not apply to the TEE core, and the compiler does not generate such a section. Therefore, mentioning it in the linker script is useless. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-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