mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
arm/trusted-firmware-a: fix variable name typo
Variable name "processes" is wrongly mentioned as "processed", this patch fixes the same. Change-Id: Id9362f514861c75f8f6a727582e11b0e65736349 Issue-Id: PLATFORMS-3971 Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
75b337d909
commit
016f81a284
@@ -171,7 +171,7 @@ do_install() {
|
|||||||
echo "dtbs install, skipped"
|
echo "dtbs install, skipped"
|
||||||
elif [ -f ${B}/tools/$atfbin/$atfbin ]; then
|
elif [ -f ${B}/tools/$atfbin/$atfbin ]; then
|
||||||
echo "Tools $atfbin install, skipped"
|
echo "Tools $atfbin install, skipped"
|
||||||
elif [ "$processed" = "0" ]; then
|
elif [ "$processes" = "0" ]; then
|
||||||
bberror "Unsupported TFA_INSTALL_TARGET target $atfbin"
|
bberror "Unsupported TFA_INSTALL_TARGET target $atfbin"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user