Skip to content

Commit 7d379e1

Browse files
committed
chore: update U-Boot experiment files
1 parent 258be9b commit 7d379e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/uboot/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if test ${boot_spare} = 1; then
2929
# Next time, boot from the default partition set again.
3030
setenv boot_spare 0
3131
env export -c ${loadaddr} boot_spare
32-
save mmc 0:1 ${loadaddr} default.env ${filesize}
32+
save mmc 0:1 ${loadaddr} boot_spare.env ${filesize}
3333
fi
3434

3535

0 commit comments

Comments
 (0)