From 016f81a2845d90f7d64ae7ffaae22b722d5a48ef Mon Sep 17 00:00:00 2001 From: Khasim Mohammed Date: Fri, 21 Aug 2020 21:39:25 +0530 Subject: [PATCH] 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 Signed-off-by: Jon Mason --- meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc index 4362882b..e4847b5f 100644 --- a/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc +++ b/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc @@ -171,7 +171,7 @@ do_install() { echo "dtbs install, skipped" elif [ -f ${B}/tools/$atfbin/$atfbin ]; then echo "Tools $atfbin install, skipped" - elif [ "$processed" = "0" ]; then + elif [ "$processes" = "0" ]; then bberror "Unsupported TFA_INSTALL_TARGET target $atfbin" exit 1 fi