diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-03-28 14:38:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-08 15:12:53 -0400 |
commit | 171510522eb3dd723d84ed21d800440d1276a91a (patch) | |
tree | 815248bee33b0994131eea4db4d87e9feba207ac /include/configs/UCP1020.h | |
parent | 78eba69d98b02aeba9faf00a89266282ec35fd44 (diff) | |
download | u-boot-171510522eb3dd723d84ed21d800440d1276a91a.tar.gz |
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/UCP1020.h')
-rw-r--r-- | include/configs/UCP1020.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |