diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2018-10-31 16:21:40 -0500 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-11-05 10:41:59 -0600 |
commit | 6a256a8ed4cc6d330c4be2c32a6fbfee2fa4f641 (patch) | |
tree | adb8ed69ccb35b51ea32f929edf92aeacb8664d2 /include/configs | |
parent | ffad5fa0cdc55c47bc023e9e0fe55e27b7317ea4 (diff) | |
download | u-boot-6a256a8ed4cc6d330c4be2c32a6fbfee2fa4f641.tar.gz u-boot-6a256a8ed4cc6d330c4be2c32a6fbfee2fa4f641.tar.xz u-boot-6a256a8ed4cc6d330c4be2c32a6fbfee2fa4f641.zip |
configs: net: convert DRIVER_TI_KEYSTONE_NET kconfig
Convert DRIVER_TI_KEYSTONE_NET to Kconfig.
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ti_armv7_keystone2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index cc823c5146..5e504f6d3d 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -128,7 +128,6 @@ #define CONFIG_KSNAV_NETCP_PDMA_TX_SND_QUEUE KS2_NETCP_PDMA_TX_SND_QUEUE /* Keystone net */ -#define CONFIG_DRIVER_TI_KEYSTONE_NET #define CONFIG_KSNET_MAC_ID_BASE KS2_MAC_ID_BASE_ADDR #define CONFIG_KSNET_NETCP_BASE KS2_NETCP_BASE #define CONFIG_KSNET_SERDES_SGMII_BASE KS2_SGMII_SERDES_BASE |