diff options
author | Mario Six | 2018-03-28 14:38:18 +0200 |
---|---|---|
committer | Tom Rini | 2018-04-08 15:12:53 -0400 |
commit | 171510522eb3dd723d84ed21d800440d1276a91a (patch) | |
tree | 815248bee33b0994131eea4db4d87e9feba207ac /include/configs/p1_twr.h | |
parent | 78eba69d98b02aeba9faf00a89266282ec35fd44 (diff) |
treewide: Migrate CONFIG_TSEC_ENET to Kconfig
Migrate the CONFIG_TSEC_ENET option to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/p1_twr.h')
-rw-r--r-- | include/configs/p1_twr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 018cc9cbce4..bff588a926c 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 |