Add legacy-elf-format flag to opteesp deployments
The default SP format in optee_os changes from elf to the generic
binary format so the manifests in opteesp deployments must have
legacy-elf-format flags.
Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I0ec03e6051d81ce1f03f508cd0a81a2a725c4592
diff --git a/deployments/se-proxy/opteesp/default_se-proxy.dts.in b/deployments/se-proxy/opteesp/default_se-proxy.dts.in
index 961071a..cdaba29 100644
--- a/deployments/se-proxy/opteesp/default_se-proxy.dts.in
+++ b/deployments/se-proxy/opteesp/default_se-proxy.dts.in
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -16,4 +16,5 @@
execution-state = <0>; /* AArch64 */
xlat-granule = <0>; /* 4KiB */
messaging-method = <0>; /* Direct messaging only */
+ legacy-elf-format = <1>;
};