Fix file descriptor variable
This commit is contained in:
parent
aa2d5c1fa8
commit
2166a2871a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user