diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-04-01 09:22:34 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-08 23:00:58 -0400 |
commit | f02b8d17619f76124045a9e75acc17d8de3207a1 (patch) | |
tree | 889842ea885147086a75ba74d288a7aae22a426e /include/configs/am43xx_evm.h | |
parent | 5bc0543df3079add8152afa041b887d081d71839 (diff) | |
download | u-boot-f02b8d17619f76124045a9e75acc17d8de3207a1.tar.gz |
Migrate CONFIG_DRIVER_TI_CPSW to Kconfig
This converts CONFIG_DRIVER_TI_CPSW to Kconfig
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/am43xx_evm.h')
-rw-r--r-- | include/configs/am43xx_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index 663f861706..c1a6f00666 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -221,7 +221,6 @@ #define CONFIG_NET_RETRY_COUNT 10 #endif -#define CONFIG_DRIVER_TI_CPSW #define PHY_ANEG_TIMEOUT 8000 /* PHY needs longer aneg time at 1G */ #define CONFIG_SYS_RX_ETH_BUFFER 64 |