1
0
Fork 0

zero-gravitas.h: ensure we always have a uboot.env file, so update-engine is happy

optimizations
Martin T. H. Sandsmark 2017-07-10 18:49:44 +02:00
parent ec58bbcf3a
commit 3dc970231a
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@
/* Always try to boot from memory first, in case of USB download mode */
#define CONFIG_BOOTCOMMAND \
"if test ! -e mmc 1:1 uboot.env; then " \
"saveenv; " \
"fi; " \
"run memboot; " \
"run mmcargs; " \
"setenv mmcpart ${active_partition}; " \