Fix: add missing boot-order setting

The env-test and spmc-test deployments do not set the boot-order
which is mandatory in the build system. This triggers build errors.
Fix this and add the missing changes.

Signed-off-by: Gabor Toth <gabor.toth2@arm.com>
Change-Id: I5984ef6d1fbd2e27524a73977b3a6e015bbe92fb
diff --git a/components/service/spm_test/spm_test.cmake b/components/service/spm_test/spm_test.cmake
index e8a1ccd..17cca5a 100644
--- a/components/service/spm_test/spm_test.cmake
+++ b/components/service/spm_test/spm_test.cmake
@@ -66,6 +66,7 @@
 export_sp(
 	SP_FFA_UUID_CANON ${SP_FFA_UUID_CANON}
 	SP_BIN_UUID_CANON ${SP_BIN_UUID_CANON}
+	SP_BOOT_ORDER ${SP_BOOT_ORDER}
 	SP_NAME "spm-test${SP_NUMBER}"
 	MK_IN ${TS_ROOT}/environments/opteesp/sp.mk.in
 	DTS_IN ${TS_ROOT}/deployments/spm-test${SP_NUMBER}/opteesp/default_spm_test${SP_NUMBER}.dts.in