diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-07-27 14:44:30 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-01-10 10:18:11 +0100 |
commit | c1d7f29b62021d42c02f56b7ba469009afa3e734 (patch) | |
tree | bebec6dbefd05f639848749f143b784273bf6dbd /include/configs | |
parent | 6ebf8a4a9d9f77694d3e80a63040a274d16ee098 (diff) |
ARM: zynq: Remove CONFIG_BOOTP_SERVERIP
Do the same change which was done in ZynqMP by:
"ARM64: zynqmp: Remove CONFIG_BOOTP_SERVERIP"
(sha1: a8b6a156c0f7fb99502229e454bc9c3b38645280)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index ae87d17281..fd74e809dc 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -43,7 +43,6 @@ # define CONFIG_PHY_MARVELL # define CONFIG_PHY_REALTEK # define CONFIG_PHY_XILINX -# define CONFIG_BOOTP_SERVERIP # define CONFIG_BOOTP_BOOTPATH # define CONFIG_BOOTP_GATEWAY # define CONFIG_BOOTP_HOSTNAME |