diff options
author | Chris Packham <judge.packham@gmail.com> | 2018-05-03 20:19:02 +1200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-14 21:28:38 -0400 |
commit | 9b23c73d5e044aa19883b6528f549fff227f6703 (patch) | |
tree | 14245225bce0ec5755f6fcc46ff32c355ab6207a /include | |
parent | a8ca5c8adb3efe892982389aae8b2a234939a588 (diff) |
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 <judge.packham@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/devkit8000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 748e456c39..f36dc2dc2c 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 |