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