diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/am335x_shc.h | 1 | ||||
-rw-r--r-- | include/configs/baltos.h | 1 | ||||
-rw-r--r-- | include/configs/draco.h | 1 | ||||
-rw-r--r-- | include/configs/etamin.h | 1 | ||||
-rw-r--r-- | include/configs/pcm051.h | 1 | ||||
-rw-r--r-- | include/configs/pengwyn.h | 2 | ||||
-rw-r--r-- | include/configs/pxm2.h | 1 | ||||
-rw-r--r-- | include/configs/rastaban.h | 1 | ||||
-rw-r--r-- | include/configs/rut.h | 1 | ||||
-rw-r--r-- | include/configs/thuban.h | 1 |
10 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h index 184bb763a50..bd7b28eeb9d 100644 --- a/include/configs/am335x_shc.h +++ b/include/configs/am335x_shc.h @@ -327,7 +327,6 @@ #if defined CONFIG_SHC_NETBOOT #ifdef CONFIG_SPL_BUILD #define CONFIG_SPL_NET_SUPPORT -#define CONFIG_SPL_ETH_SUPPORT #define CONFIG_SPL_NET_VCI_STRING "AM335x U-Boot SPL" #define CONFIG_SPL_MMC_SUPPORT #define CONFIG_ENV_IS_NOWHERE diff --git a/include/configs/baltos.h b/include/configs/baltos.h index db826534fca..ea3bd549570 100644 --- a/include/configs/baltos.h +++ b/include/configs/baltos.h @@ -290,7 +290,6 @@ /* * Disable CPSW SPL support so we fit within the 101KiB limit. */ -#undef CONFIG_SPL_ETH_SUPPORT #endif /* Network. */ diff --git a/include/configs/draco.h b/include/configs/draco.h index 889178c2834..f4d933191e9 100644 --- a/include/configs/draco.h +++ b/include/configs/draco.h @@ -50,7 +50,6 @@ #undef CONFIG_SPL_NET_SUPPORT #undef CONFIG_SPL_NET_VCI_STRING -#undef CONFIG_SPL_ETH_SUPPORT #undef CONFIG_MII #undef CONFIG_PHY_GIGE diff --git a/include/configs/etamin.h b/include/configs/etamin.h index 4919cfe3536..32334ad6a6e 100644 --- a/include/configs/etamin.h +++ b/include/configs/etamin.h @@ -108,7 +108,6 @@ #undef CONFIG_SPL_NET_SUPPORT #undef CONFIG_SPL_NET_VCI_STRING -#undef CONFIG_SPL_ETH_SUPPORT #undef CONFIG_MII #undef CONFIG_PHY_GIGE diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index ae927750b6e..d3c6a817a3d 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -123,7 +123,6 @@ #define CONFIG_SPL_YMODEM_SUPPORT #define CONFIG_SPL_NET_SUPPORT #define CONFIG_SPL_NET_VCI_STRING "pcm051 U-Boot SPL" -#define CONFIG_SPL_ETH_SUPPORT #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" #ifdef CONFIG_SPI_BOOT diff --git a/include/configs/pengwyn.h b/include/configs/pengwyn.h index 3409fe9e8cf..6caa14b6474 100644 --- a/include/configs/pengwyn.h +++ b/include/configs/pengwyn.h @@ -200,7 +200,6 @@ #if defined(CONFIG_SPL_BUILD) /* disable host part of MUSB in SPL */ /* Disable CPSW SPL support so we fit within the 101KiB limit. */ -#undef CONFIG_SPL_ETH_SUPPORT #endif /* CPSW ethernet */ @@ -213,7 +212,6 @@ #define CONFIG_PHY_REALTEK /* CPSW support */ -#define CONFIG_SPL_ETH_SUPPORT #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" diff --git a/include/configs/pxm2.h b/include/configs/pxm2.h index 990fd84b32a..55b0bac2e20 100644 --- a/include/configs/pxm2.h +++ b/include/configs/pxm2.h @@ -44,7 +44,6 @@ #undef CONFIG_SPL_NET_SUPPORT #undef CONFIG_SPL_NET_VCI_STRING -#undef CONFIG_SPL_ETH_SUPPORT #define CONFIG_PHY_ATHEROS diff --git a/include/configs/rastaban.h b/include/configs/rastaban.h index 55be46bcf2c..c7919137d63 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 diff --git a/include/configs/rut.h b/include/configs/rut.h index aea8e217d01..5e5af035f90 100644 --- a/include/configs/rut.h +++ b/include/configs/rut.h @@ -39,7 +39,6 @@ #undef CONFIG_SPL_NET_SUPPORT #undef CONFIG_SPL_NET_VCI_STRING -#undef CONFIG_SPL_ETH_SUPPORT #define CONFIG_PHY_NATSEMI diff --git a/include/configs/thuban.h b/include/configs/thuban.h index 25ac2cba4b5..7640d5eb8a3 100644 --- a/include/configs/thuban.h +++ b/include/configs/thuban.h @@ -46,7 +46,6 @@ #undef CONFIG_SPL_NET_SUPPORT #undef CONFIG_SPL_NET_VCI_STRING -#undef CONFIG_SPL_ETH_SUPPORT #undef CONFIG_MII #undef CONFIG_PHY_GIGE |