From: Michal Simek Date: Wed, 29 Jan 2014 13:08:32 +0000 (+0100) Subject: zynq: Enable BOOTP_MAY_FAILED X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=499412d3ded3b4b0f415f57efe82aec4cc274138;p=thirdparty%2Fu-boot.git zynq: Enable BOOTP_MAY_FAILED Do no loop over and over again when DHCP server is not responding correctly. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 334d84e1572..94ec88a6f64 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -49,6 +49,7 @@ # define CONFIG_PHYLIB # define CONFIG_PHY_MARVELL # define CONFIG_SYS_ENET +# define CONFIG_BOOTP_MAY_FAIL #endif /* SPI */