From 2e6260462b5e4014169ad5b52b0931ea82649c7f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:36 -0600 Subject: Convert CONFIG_SPL_ETH_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- include/configs/rastaban.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/rastaban.h') diff --git a/include/configs/rastaban.h b/include/configs/rastaban.h index 55be46bcf2..c7919137d6 100644 --- a/include/configs/rastaban.h +++ b/include/configs/rastaban.h @@ -53,7 +53,6 @@ #undef CONFIG_SPL_NET_SUPPORT #undef CONFIG_SPL_NET_VCI_STRING -#undef CONFIG_SPL_ETH_SUPPORT #undef CONFIG_MII #undef CONFIG_PHY_GIGE -- cgit