From dc882379ee4d045a0e5e95177ff82198ac1935a9 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 27 Jul 2016 14:45:25 +0200 Subject: [PATCH] ARM64: zynqmp: Remove undef from mini configuration The patch: "ARM64: zynqmp: Remove CONFIG_BOOTP_SERVERIP" (sha1: a8b6a156c0f7fb99502229e454bc9c3b38645280) removed symbol that's why there is no need to have undef in mini configuration. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp_mini.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/xilinx_zynqmp_mini.h b/include/configs/xilinx_zynqmp_mini.h index bc21a15b04b..16cb3bf5ad0 100644 --- a/include/configs/xilinx_zynqmp_mini.h +++ b/include/configs/xilinx_zynqmp_mini.h @@ -68,7 +68,6 @@ #undef CONFIG_BOOTP_GATEWAY #undef CONFIG_BOOTP_HOSTNAME #undef CONFIG_BOOTP_MAY_FAIL -#undef CONFIG_BOOTP_SERVERIP #undef CONFIG_BOOTP_PXE #undef CONFIG_CMD_BOOTI #undef CONFIG_CMD_UNZIP -- 2.47.3