From 171510522eb3dd723d84ed21d800440d1276a91a Mon Sep 17 00:00:00 2001 From: Mario Six Date: Wed, 28 Mar 2018 14:38:18 +0200 Subject: treewide: Migrate CONFIG_TSEC_ENET to Kconfig Migrate the CONFIG_TSEC_ENET option to Kconfig. Signed-off-by: Mario Six --- include/configs/BSC9131RDB.h | 1 - include/configs/BSC9132QDS.h | 1 - include/configs/C29XPCIE.h | 1 - include/configs/MPC8308RDB.h | 1 - include/configs/MPC8313ERDB.h | 1 - include/configs/MPC8315ERDB.h | 1 - include/configs/MPC8349EMDS.h | 1 - include/configs/MPC8349ITX.h | 1 - include/configs/MPC837XEMDS.h | 1 - include/configs/MPC837XERDB.h | 1 - include/configs/MPC8536DS.h | 1 - include/configs/MPC8540ADS.h | 1 - include/configs/MPC8541CDS.h | 1 - include/configs/MPC8544DS.h | 1 - include/configs/MPC8548CDS.h | 1 - include/configs/MPC8555CDS.h | 1 - include/configs/MPC8560ADS.h | 1 - include/configs/MPC8568MDS.h | 1 - include/configs/MPC8572DS.h | 1 - include/configs/MPC8641HPCN.h | 1 - include/configs/P1010RDB.h | 1 - include/configs/P1022DS.h | 1 - include/configs/TQM834x.h | 1 - include/configs/UCP1020.h | 2 -- include/configs/controlcenterd.h | 1 - include/configs/hrcon.h | 1 - include/configs/ids8313.h | 1 - include/configs/ls1021aiot.h | 1 - include/configs/ls1021aqds.h | 1 - include/configs/ls1021atwr.h | 1 - include/configs/mpc8308_p1m.h | 1 - include/configs/p1_p2_rdb_pc.h | 1 - include/configs/p1_twr.h | 1 - include/configs/sbc8349.h | 1 - include/configs/sbc8548.h | 1 - include/configs/sbc8641d.h | 1 - include/configs/socrates.h | 2 -- include/configs/strider.h | 1 - include/configs/ve8313.h | 1 - include/configs/vme8349.h | 4 ---- include/configs/xpedite517x.h | 1 - include/configs/xpedite520x.h | 1 - include/configs/xpedite537x.h | 1 - include/configs/xpedite550x.h | 1 - 44 files changed, 49 deletions(-) (limited to 'include') diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h index 6ad82b8eb1..d192d76f3b 100644 --- a/include/configs/BSC9131RDB.h +++ b/include/configs/BSC9131RDB.h @@ -45,7 +45,6 @@ /* High Level Configuration Options */ -#define CONFIG_TSEC_ENET #define CONFIG_ENV_OVERWRITE #define CONFIG_DDR_CLK_FREQ 66666666 /* DDRCLK on 9131 RDB */ diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h index b14d442d27..263aed1077 100644 --- a/include/configs/BSC9132QDS.h +++ b/include/configs/BSC9132QDS.h @@ -88,7 +88,6 @@ #endif #define CONFIG_ENV_OVERWRITE -#define CONFIG_TSEC_ENET /* ethernet */ #if defined(CONFIG_SYS_CLK_100_DDR_100) #define CONFIG_SYS_CLK_FREQ 100000000 diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h index 1a27324220..9c4d2d1a5f 100644 --- a/include/configs/C29XPCIE.h +++ b/include/configs/C29XPCIE.h @@ -89,7 +89,6 @@ #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ #endif -#define CONFIG_TSEC_ENET #define CONFIG_ENV_OVERWRITE #define CONFIG_DDR_CLK_FREQ 100000000 diff --git a/include/configs/MPC8308RDB.h b/include/configs/MPC8308RDB.h index 4f5d6703e2..9900f32d59 100644 --- a/include/configs/MPC8308RDB.h +++ b/include/configs/MPC8308RDB.h @@ -365,7 +365,6 @@ /* * TSEC */ -#define CONFIG_TSEC_ENET /* TSEC ethernet support */ #define CONFIG_SYS_TSEC1_OFFSET 0x24000 #define CONFIG_SYS_TSEC1 (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC1_OFFSET) #define CONFIG_SYS_TSEC2_OFFSET 0x25000 diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h index bb7e913da2..19608b08ff 100644 --- a/include/configs/MPC8313ERDB.h +++ b/include/configs/MPC8313ERDB.h @@ -384,7 +384,6 @@ /* * TSEC */ -#define CONFIG_TSEC_ENET /* TSEC ethernet support */ #define CONFIG_GMII /* MII PHY management */ diff --git a/include/configs/MPC8315ERDB.h b/include/configs/MPC8315ERDB.h index 05e631fd07..9e01ae4475 100644 --- a/include/configs/MPC8315ERDB.h +++ b/include/configs/MPC8315ERDB.h @@ -363,7 +363,6 @@ /* * TSEC */ -#define CONFIG_TSEC_ENET /* TSEC ethernet support */ #define CONFIG_SYS_TSEC1_OFFSET 0x24000 #define CONFIG_SYS_TSEC1 (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC1_OFFSET) #define CONFIG_SYS_TSEC2_OFFSET 0x25000 diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h index 2fa1f7ab75..1452031ab2 100644 --- a/include/configs/MPC8349EMDS.h +++ b/include/configs/MPC8349EMDS.h @@ -394,7 +394,6 @@ /* * TSEC configuration */ -#define CONFIG_TSEC_ENET /* TSEC ethernet support */ #if defined(CONFIG_TSEC_ENET) diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index cb8bce12fa..0948d0d987 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -68,7 +68,6 @@ #define CONFIG_RTC_DS1337 #define CONFIG_SYS_I2C -#define CONFIG_TSEC_ENET /* TSEC Ethernet support */ /* * Device configurations diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index 30d62536e2..9acf2dcfe7 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -382,7 +382,6 @@ extern int board_pci_host_broken(void); /* * TSEC */ -#define CONFIG_TSEC_ENET /* TSEC ethernet support */ #define CONFIG_SYS_TSEC1_OFFSET 0x24000 #define CONFIG_SYS_TSEC1 (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC1_OFFSET) #define CONFIG_SYS_TSEC2_OFFSET 0x25000 diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index bc466981c5..71ac1e2177 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -22,7 +22,6 @@ /* * On-board devices */ -#define CONFIG_TSEC_ENET /* TSEC Ethernet support */ #define CONFIG_VSC7385_ENET /* diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index e1eade008c..a1d6ebcbf3 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -41,7 +41,6 @@ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_SYS_CLK_FREQ get_board_sys_clk() /* sysclk for MPC85xx */ diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h index a02e20ce68..0c1c648968 100644 --- a/include/configs/MPC8540ADS.h +++ b/include/configs/MPC8540ADS.h @@ -29,7 +29,6 @@ #define CONFIG_PCI_INDIRECT_BRIDGE #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE /* diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h index 27153b7192..a1d000f227 100644 --- a/include/configs/MPC8541CDS.h +++ b/include/configs/MPC8541CDS.h @@ -18,7 +18,6 @@ #define CONFIG_PCI_INDIRECT_BRIDGE #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_FSL_VIA diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index 917c92e60d..27b67be8af 100644 --- a/include/configs/MPC8544DS.h +++ b/include/configs/MPC8544DS.h @@ -20,7 +20,6 @@ #define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */ diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h index 5b6373e7df..7b4813592a 100644 --- a/include/configs/MPC8548CDS.h +++ b/include/configs/MPC8548CDS.h @@ -24,7 +24,6 @@ #define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */ diff --git a/include/configs/MPC8555CDS.h b/include/configs/MPC8555CDS.h index 28cbdc5211..db4b10e027 100644 --- a/include/configs/MPC8555CDS.h +++ b/include/configs/MPC8555CDS.h @@ -18,7 +18,6 @@ #define CONFIG_PCI_INDIRECT_BRIDGE #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_FSL_VIA diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index b76d2e80d7..6cfb2417eb 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -28,7 +28,6 @@ #define CONFIG_PCI_INDIRECT_BRIDGE #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #undef CONFIG_ETHER_ON_FCC /* cpm FCC ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_RESET_PHY_R 1 /* Call reset_phy() */ diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h index c27e7a31fe..0b3bd759b6 100644 --- a/include/configs/MPC8568MDS.h +++ b/include/configs/MPC8568MDS.h @@ -19,7 +19,6 @@ #define CONFIG_PCI_INDIRECT_BRIDGE 1 /* indirect PCI bridge support */ #define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_QE /* Enable QE */ #define CONFIG_ENV_OVERWRITE diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 0ae2380b75..5f663bf106 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -32,7 +32,6 @@ #define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_SYS_CLK_FREQ get_board_sys_clk() /* sysclk for MPC85xx */ diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 02fdd02282..ff81dd8aa8 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -44,7 +44,6 @@ #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_BAT_RW 1 /* Use common BAT rw code */ diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index c47ee8fed5..d46d19d3d3 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -180,7 +180,6 @@ #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ #endif -#define CONFIG_TSEC_ENET #define CONFIG_ENV_OVERWRITE #define CONFIG_DDR_CLK_FREQ 66666666 /* DDRCLK on P1010 RDB */ diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 7f6438ce45..b10d1b5f10 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -491,7 +491,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR #endif -#define CONFIG_TSEC_ENET #ifdef CONFIG_TSEC_ENET #define CONFIG_TSECV2 diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index a062516329..b90f1cf603 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -182,7 +182,6 @@ /* * TSEC */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_MII #define CONFIG_SYS_TSEC1_OFFSET 0x24000 diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index c5fbef0567..3b651fdd5c 100644 --- a/include/configs/UCP1020.h +++ b/include/configs/UCP1020.h @@ -27,7 +27,6 @@ #define CONFIG_BOARDNAME "uCP1020-64EE512-0U1-XR-T1" -#define CONFIG_TSEC_ENET #define CONFIG_TSEC1 #define CONFIG_TSEC3 #define CONFIG_HAS_ETH0 @@ -55,7 +54,6 @@ #define CONFIG_BOARDNAME_LOCAL "uCP1020-64EEE512-OU1-XR" -#define CONFIG_TSEC_ENET #define CONFIG_TSEC1 #define CONFIG_TSEC2 #define CONFIG_TSEC3 diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index 11cd1ef5e6..bed8b65a8b 100644 --- a/include/configs/controlcenterd.h +++ b/include/configs/controlcenterd.h @@ -255,7 +255,6 @@ /* * Ethernet */ -#define CONFIG_TSEC_ENET #define CONFIG_TSECV2 diff --git a/include/configs/hrcon.h b/include/configs/hrcon.h index cbbbd8d983..b3f94b662e 100644 --- a/include/configs/hrcon.h +++ b/include/configs/hrcon.h @@ -466,7 +466,6 @@ void fpga_control_clear(unsigned int bus, int pin); /* * TSEC */ -#define CONFIG_TSEC_ENET /* TSEC ethernet support */ #define CONFIG_SYS_TSEC1_OFFSET 0x24000 #define CONFIG_SYS_TSEC1 (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC1_OFFSET) diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index e107109c2d..4b17d780ae 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -162,7 +162,6 @@ */ #define CONFIG_TSEC1 #define CONFIG_TSEC2 -#define CONFIG_TSEC_ENET #define CONFIG_HARD_SPI /* diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 88f44ca5fc..473914c7e9 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -153,7 +153,6 @@ /* * eTSEC */ -#define CONFIG_TSEC_ENET #ifdef CONFIG_TSEC_ENET #define CONFIG_MII diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index 5f59f1ea15..8c3e8dfe30 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -396,7 +396,6 @@ unsigned long get_board_ddr_clk(void); /* * eTSEC */ -#define CONFIG_TSEC_ENET #ifdef CONFIG_TSEC_ENET #define CONFIG_MII diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 5c4da8d900..3dd2d03e17 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -269,7 +269,6 @@ /* * eTSEC */ -#define CONFIG_TSEC_ENET #ifdef CONFIG_TSEC_ENET #define CONFIG_MII diff --git a/include/configs/mpc8308_p1m.h b/include/configs/mpc8308_p1m.h index 87afe3f9bb..2b7b600cf7 100644 --- a/include/configs/mpc8308_p1m.h +++ b/include/configs/mpc8308_p1m.h @@ -330,7 +330,6 @@ /* * TSEC */ -#define CONFIG_TSEC_ENET /* TSEC ethernet support */ #define CONFIG_SYS_TSEC1_OFFSET 0x24000 #define CONFIG_SYS_TSEC1 (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC1_OFFSET) #define CONFIG_SYS_TSEC2_OFFSET 0x25000 diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 5943e9d35b..ed16900b70 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -233,7 +233,6 @@ #define CONFIG_FSL_PCIE_RESET /* need PCIe reset errata */ #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_SYS_SATA_MAX_DEVICE 2 diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 018cc9cbce..bff588a926 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -42,7 +42,6 @@ #define CONFIG_FSL_PCIE_RESET /* need PCIe reset errata */ #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_SYS_SATA_MAX_DEVICE 2 diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index c0b2aa707a..a7c7be7a2c 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -338,7 +338,6 @@ /* * TSEC configuration */ -#define CONFIG_TSEC_ENET /* TSEC ethernet support */ #if defined(CONFIG_TSEC_ENET) diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index 5ef452a75d..c2982f242f 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -53,7 +53,6 @@ #define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */ #endif -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_INTERRUPTS /* enable pci, srio, ddr interrupts */ diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 44b6da3222..7419b2ab4d 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -44,7 +44,6 @@ #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */ #define CONFIG_PCI_INDIRECT_BRIDGE 1 /* indirect PCI bridge support */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE #define CONFIG_BAT_RW 1 /* Use common BAT rw code */ diff --git a/include/configs/socrates.h b/include/configs/socrates.h index ed7a7711ef..2ec55c1315 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -22,8 +22,6 @@ #define CONFIG_PCI_INDIRECT_BRIDGE -#define CONFIG_TSEC_ENET /* tsec ethernet support */ - #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ /* diff --git a/include/configs/strider.h b/include/configs/strider.h index 97ca3da875..4abb62c25b 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -498,7 +498,6 @@ void fpga_control_clear(unsigned int bus, int pin); /* * TSEC */ -#define CONFIG_TSEC_ENET /* TSEC ethernet support */ #define CONFIG_SYS_TSEC1_OFFSET 0x24000 #define CONFIG_SYS_TSEC1 (CONFIG_SYS_IMMR+CONFIG_SYS_TSEC1_OFFSET) diff --git a/include/configs/ve8313.h b/include/configs/ve8313.h index 5159568da1..3fbac280db 100644 --- a/include/configs/ve8313.h +++ b/include/configs/ve8313.h @@ -265,7 +265,6 @@ /* * TSEC */ -#define CONFIG_TSEC_ENET /* TSEC ethernet support */ #define CONFIG_TSEC1 #ifdef CONFIG_TSEC1 diff --git a/include/configs/vme8349.h b/include/configs/vme8349.h index ec15a44a9e..5289d302f6 100644 --- a/include/configs/vme8349.h +++ b/include/configs/vme8349.h @@ -278,10 +278,6 @@ /* * TSEC configuration */ -#ifdef VME_CADDY2 -#else -#define CONFIG_TSEC_ENET /* TSEC ethernet support */ -#endif #if defined(CONFIG_TSEC_ENET) diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index 14188a405b..e05ec5421a 100644 --- a/include/configs/xpedite517x.h +++ b/include/configs/xpedite517x.h @@ -297,7 +297,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); /* * Networking options */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_ETHPRIME "eTSEC1" diff --git a/include/configs/xpedite520x.h b/include/configs/xpedite520x.h index 5100195936..63479533dc 100644 --- a/include/configs/xpedite520x.h +++ b/include/configs/xpedite520x.h @@ -236,7 +236,6 @@ /* * Networking options */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_ETHPRIME "eTSEC1" diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h index d12deea875..d0d21c43f0 100644 --- a/include/configs/xpedite537x.h +++ b/include/configs/xpedite537x.h @@ -296,7 +296,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); /* * Networking options */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_TSEC_TBI #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_MII_DEFAULT_TSEC 1 /* Allow unregistered phys */ diff --git a/include/configs/xpedite550x.h b/include/configs/xpedite550x.h index 6378712f1b..f7ac2f49f0 100644 --- a/include/configs/xpedite550x.h +++ b/include/configs/xpedite550x.h @@ -280,7 +280,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); /* * Networking options */ -#define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_TSEC_TBI #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_MII_DEFAULT_TSEC 1 /* Allow unregistered phys */ -- cgit