Fix file descriptor variable

This commit is contained in:
computermouth 2016-11-28 18:54:48 -08:00
parent aa2d5c1fa8
commit 2166a2871a
1 changed files with 1 additions and 1 deletions

View File

@ -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