diff options
author | Vignesh R <vigneshr@ti.com> | 2019-02-05 17:31:25 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-11 20:07:12 -0400 |
commit | 91dba55ca6ae0ae22702852f9a73748eb1e21cf9 (patch) | |
tree | 364110f8892efeeafafcfed52db6d4feb5230386 /include/configs/ti_armv7_keystone2.h | |
parent | ffcc66e8fec52d9c8d909f21c627c80596582dca (diff) | |
download | u-boot-91dba55ca6ae0ae22702852f9a73748eb1e21cf9.tar.gz |
soc: keystone: Merge into ti specific directory
Merge drivers/soc/keystone/ into drivers/soc/ti/
and convert CONFIG_TI_KEYSTONE_SERDES into Kconfig.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ti_armv7_keystone2.h')
-rw-r--r-- | include/configs/ti_armv7_keystone2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index fb8c082c1d..52638cef4b 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -132,9 +132,6 @@ #define CONFIG_KSNET_SERDES_SGMII2_BASE KS2_SGMII_SERDES2_BASE #define CONFIG_KSNET_SERDES_LANES_PER_SGMII KS2_LANES_PER_SGMII_SERDES -/* SerDes */ -#define CONFIG_TI_KEYSTONE_SERDES - #define CONFIG_AEMIF_CNTRL_BASE KS2_AEMIF_CNTRL_BASE /* I2C Configuration */ |