From 2166a2871ad1fba9f9fc0aaa5b5e5b5698a825d2 Mon Sep 17 00:00:00 2001 From: computermouth Date: Mon, 28 Nov 2016 18:54:48 -0800 Subject: [PATCH] Fix file descriptor variable --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index fe6faf2..407a584 100755 --- a/common.sh +++ b/common.sh @@ -159,7 +159,7 @@ flash_images() { echo "setenv dip_overlay_dir /lib/firmware/nextthingco/chip/early" >> $ubootcmds echo "setenv dip_overlay_cmd 'if test -n \"\${dip_overlay_name}\"; then ubifsload \$dip_addr_r \$dip_overlay_dir/\$dip_overlay_name; fi'" >> $ubootcmds echo "setenv fel_booted 0" >> $ubootcmds - echo "setenv bootdelay 1" >> "${UBOOT_SCRIPT_SRC}" + echo "setenv bootdelay 1" >> $ubootcmds else echo "setenv bootpaths 'initrd noinitrd'" >> $ubootcmds