
25 Jan
2019
25 Jan
'19
4:17 p.m.
On Fri, Jan 25, 2019 at 07:48:42PM +0530, Vignesh R wrote:
Merge drivers/soc/keystone/ into drivers/soc/ti/ and convert CONFIG_TI_KEYSTONE_SERDES into Kconfig.
Signed-off-by: Vignesh R vigneshr@ti.com
Thanks for adding this in. Small change please:
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index 0c7d66486832..dde2ab5e22f7 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -135,7 +135,6 @@ #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
Kill the comment and then extra blank line too please, thanks!
--
Tom