configs: use bootcycle to detect a recovery case and run_recovery if needed

This commit is contained in:
Alexander Couzens 2015-03-04 21:12:51 +01:00
parent c102e8ce14
commit 96e8e39feb
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
#define CFG_ENV_ADDR 0x9f040000
#define CFG_ENV_SIZE 0x10000
#define CONFIG_BOOTCOMMAND "bootm 0x9f050000"
#define CONFIG_BOOTCOMMAND "inccycle ; if checkcycle ; then bootm 0x9f050000 ; else run_recovery ; fi"
#define CONFIG_NET_MULTI