configs: run recovery when bootm fails

This commit is contained in:
Alexander Couzens 2015-03-16 16:05:47 +01:00
parent 93aed6751b
commit 4acb292f4e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
#define CFG_ENV_SIZE 0x10000
/* check if boot cycle threshold reached : if not try to boot linux if this fails run recovery */
#define CONFIG_BOOTCOMMAND "inccycle ; if checkcycle ; then bootm 0x9f050000 ; run_recovery ; else run_recovery ; fi"
#define CONFIG_BOOTCOMMAND "inccycle ; if checkcycle ; then bootm 0x9f050000 ; run_recovery ; else run_recovery ; fi ; run_recovery"
#define CFG_BOOTM_LEN (16 << 20) /* 16 MB */
#define CONFIG_NET_MULTI