commit | 426d74ad6781a375df06a0153f777446214b0272 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Mon Apr 11 08:51:43 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Apr 11 12:32:13 2022 +0200 |
tree | aae3daedc8e928465daa298d6eaaf809ed1b8344 | |
parent | a7db4c63504ccbaeb93e7628a65b15577c5e2c5f [diff] |
imx: add missing linux dependency for flash-image Adds a missing linux dependency for the flash-image target. This should fix erros like: CC [M] drivers/gpu/drm/nouveau/nvkm/subdev/i2c/bus.o mformat -i .../build/../out/boot.img.fat -n 64 -h 255 -T 131072 -v "BOOT IMG" -C :: mcopy -i .../build/../out/boot.img.fat .../build/../linux/arch/arm64/boot/Image :: .../build/../linux/arch/arm64/boot/Image: No such file or directory Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.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