commit | 264c7d4753eab30766893c1031fc1996946804ba | [log] [tgz] |
---|---|---|
author | Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com> | Fri Aug 20 14:32:13 2021 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Aug 31 14:20:47 2021 +0200 |
tree | 19907334865e747f39ee91b6e224e624667b565f | |
parent | 1f9ad6d4a5fa6d4877aaf33926a6ec2d1ba700ca [diff] |
linux-defconfig: explicit cross compile flag usage Current linux config file generation does not add the cross compilation flag, leading potentially to compilation errors. Not sure how a proper config file is generated with current implementation but issues are observerd specially when buildling the linux image with a single thread. This commit ensures that both ARCH and CROSS_COMPILE flags are set when using the merge_config script. Signed-off-by: Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com> Reviewed-by: Jerome Forissier <jerome@forissier.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers