summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/uboot-sign.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/uboot-sign.bbclass
index 4ca8118eb2..31ffe1f472 100644
--- a/meta/classes/uboot-sign.bbclass
+++ b/meta/classes/uboot-sign.bbclass
@@ -134,6 +134,8 @@ concat_dtb_helper() {
134 134
135 if [ -n "${UBOOT_CONFIG}" ] 135 if [ -n "${UBOOT_CONFIG}" ]
136 then 136 then
137 i=0
138 j=0
137 for config in ${UBOOT_MACHINE}; do 139 for config in ${UBOOT_MACHINE}; do
138 i=$(expr $i + 1); 140 i=$(expr $i + 1);
139 for type in ${UBOOT_CONFIG}; do 141 for type in ${UBOOT_CONFIG}; do