Change legacy-elf-format SP property to elf-format
Remove legacy- prefix from the legacy-elf-format SP manifest property
based on the comments of OP-TEE maintainers. It's unnecessary to point
out in the property name that the ELF format is legacy compared to the
recommended raw binary format.
Also adding the elf-format property to manifest files of opteesp
env-test deployments.
Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I4e9cf935505697de5f4093c14db21b303735c302
diff --git a/deployments/spm-test3/opteesp/default_spm_test3.dts.in b/deployments/spm-test3/opteesp/default_spm_test3.dts.in
index 58b2251..3203d76 100644
--- a/deployments/spm-test3/opteesp/default_spm_test3.dts.in
+++ b/deployments/spm-test3/opteesp/default_spm_test3.dts.in
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2022-2023, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -18,5 +18,5 @@
execution-state = <0>; /* AARCH64 */
xlat-granule = <0>; /* 4KiB */
messaging-method = <3>; /* Direct messaging only */
- legacy-elf-format = <1>;
+ elf-format = <1>;
};