Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpi3: fix dependency issue when building
The Raspberry Pi 3 build appears to complete with no errors from time to time, but it is still an incomplete build because the image for the SD card for example has not been built. This is most likely due to a dependency error in the Makefile. After reviewing the dependencies, it appears that at least two of them were incorrect or absent. - Add 'u-boot' instead of 'u-boot-env' as a dependency to TF-A. - Add 'linux' and 'u-boot-env' as a dependency to the boot filesystem. Fixes: OP-TEE/optee_os#6442 Signed-off-by: Joakim Bech <[email protected]> Reviewed-by: Jerome Forissier <[email protected]>
- Loading branch information