summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/uboot-sign.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/uboot-sign.bbclass')
-rw-r--r--meta/classes-recipe/uboot-sign.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes-recipe/uboot-sign.bbclass b/meta/classes-recipe/uboot-sign.bbclass
index c8e097f2f2..3e5f5dcf66 100644
--- a/meta/classes-recipe/uboot-sign.bbclass
+++ b/meta/classes-recipe/uboot-sign.bbclass
@@ -356,8 +356,9 @@ do_uboot_assemble_fitimage() {
356 fi 356 fi
357 357
358 if [ -n "${UBOOT_CONFIG}" ]; then 358 if [ -n "${UBOOT_CONFIG}" ]; then
359 unset i j k 359 unset i
360 for config in ${UBOOT_MACHINE}; do 360 for config in ${UBOOT_MACHINE}; do
361 unset j k
361 i=$(expr $i + 1); 362 i=$(expr $i + 1);
362 for type in ${UBOOT_CONFIG}; do 363 for type in ${UBOOT_CONFIG}; do
363 j=$(expr $j + 1); 364 j=$(expr $j + 1);