diff options
-rw-r--r-- | include/configs/bur_cfg_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bur_cfg_common.h b/include/configs/bur_cfg_common.h index f183775..22c3249 100644 --- a/include/configs/bur_cfg_common.h +++ b/include/configs/bur_cfg_common.h @@ -33,7 +33,7 @@ #define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_SUBNETMASK -#define CONFIG_NET_RETRY_COUNT 2 +#define CONFIG_NET_RETRY_COUNT 10 /* Network console */ #define CONFIG_NETCONSOLE 1 |