Skip to content

Commit dd13b83

Browse files
Christophe PriouzeauBernardPuel
authored andcommitted
OPTEE: archiver: correct bad SOC information passed to compilation
Change-Id: Ic70eefb3e76abc0816075622d8e841552a53c5b5 Signed-off-by: Christophe Priouzeau <[email protected]>
1 parent 3fe88fe commit dd13b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-security/optee/optee-os-stm32mp-archiver.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ tee-\$(1)-\$(2)-\$(3):
8585
O=\$(BLD_PATH)/\$(1)-\$(3) \\
8686
CFG_EMBED_DTB_SOURCE_FILE=\$(3).dts \\
8787
\`cat \$(BLD_PATH)/\$(1)-\$(3)/\$(3)-sysram.txt\` \\
88-
\$(shell echo \$(2) | tr a-z A-Z)=y || exit 1;
88+
\$(shell echo CFG_\$(2) | tr a-z A-Z)=y || exit 1;
8989
endef
9090

9191
# deploy-<config>-<soc>-<dt>

0 commit comments

Comments
 (0)