From 6a411dd0d25f81301b30cb54a359acbfaa751591 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 3 Jul 2020 09:06:36 -0500 Subject: configs: Remove dead CONFIG options BOOTP_DEFAULT is defined in several boards, but this config option is never checked or used. This patch removes this config option from config files and the whitelist.txt Signed-off-by: Adam Ford --- include/configs/am335x_shc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/am335x_shc.h') diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h index c88067c012..7240ff6901 100644 --- a/include/configs/am335x_shc.h +++ b/include/configs/am335x_shc.h @@ -239,7 +239,6 @@ #undef CONFIG_TIMER #endif -#define CONFIG_BOOTP_DEFAULT #define CONFIG_NET_RETRY_COUNT 10 /* I2C configuration */ -- cgit