diff --git a/u-boot/include/configs/common.h b/u-boot/include/configs/common.h index fbf7084999..0cea691d72 100644 --- a/u-boot/include/configs/common.h +++ b/u-boot/include/configs/common.h @@ -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