summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/u-boot/u-boot.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index ce14847b33..fc36c21ec2 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -217,6 +217,7 @@ RDEPENDS:${PN} += "${PN}-env"
217do_deploy () { 217do_deploy () {
218 if [ -n "${UBOOT_CONFIG}" ] 218 if [ -n "${UBOOT_CONFIG}" ]
219 then 219 then
220 unset i j
220 for config in ${UBOOT_MACHINE}; do 221 for config in ${UBOOT_MACHINE}; do
221 i=$(expr $i + 1); 222 i=$(expr $i + 1);
222 for type in ${UBOOT_CONFIG}; do 223 for type in ${UBOOT_CONFIG}; do