From 9b23c73d5e044aa19883b6528f549fff227f6703 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Thu, 3 May 2018 20:19:02 +1200 Subject: net: Add Kconfig option for BOOTP_NTPSERVER Add a Kconfig option for BOOTP_NTPSERVER to enable the DHCP/BOOTP option to configure the sntp server address. Signed-off-by: Chris Packham Acked-by: Joe Hershberger --- include/configs/devkit8000.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 748e456c392..f36dc2dc2c8 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -76,7 +76,6 @@ #define CONFIG_BOOTP_BOOTFILESIZE #define CONFIG_BOOTP_DNS2 #define CONFIG_BOOTP_SEND_HOSTNAME -#define CONFIG_BOOTP_NTPSERVER #define CONFIG_BOOTP_TIMEOFFSET #undef CONFIG_BOOTP_VENDOREX -- cgit v1.3.1