boot/optee-os: fix TA files installation
authorEtienne Carriere <etienne.carriere@linaro.org>
Tue, 14 May 2019 08:53:13 +0000 (10:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 14 May 2019 15:45:53 +0000 (17:45 +0200)
commit6ad03fd403dc596e7d4f2fe03bccca339278bd9c
treedd3ed610de1519584eb8a65721e3496c891a1cb7
parenta443cb5aa438e63923a4fa097bbfc0b4ab6ff935
boot/optee-os: fix TA files installation

This change fixes the TA binary files install sequence that were
previously install in target filesystem though
OPTEE_OS_INSTALL_IMAGES_CMDS instead of expected
OPTEE_OS_INSTALL_TARGET_CMDS.

This change removes useless mkdir prior call to $(INSTALL) that
already handles parent directory creation when needed.

This change conditions the .ta files installation upon their
availability as they may exist or not depending on the exact OPTEE
version/configuration selected.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
boot/optee-os/optee-os.mk