Re: [U-Boot] [PATCH v2] armv8: Remove dependency of SERDES for LS CHASIS3

2018-01-15 Thread Sriram Dash
>From: York Sun >Subject: Re: [PATCH v2] armv8: Remove dependency of SERDES for LS CHASIS3 > >On 01/10/2018 01:15 AM, Sriram Dash wrote: >> Remove dependency of SYS_HAS_SERDES for Layerscape Chasis 3. >> >> Signed-off-by: Sriram Dash >> --- >> Changes in v2: >> - Remove ifdef when including fsl_

Re: [U-Boot] [PATCH v2] armv8: Remove dependency of SERDES for LS CHASIS3

2018-01-15 Thread York Sun
On 01/10/2018 01:15 AM, Sriram Dash wrote: > Remove dependency of SYS_HAS_SERDES for Layerscape Chasis 3. > > Signed-off-by: Sriram Dash > --- > Changes in v2: > - Remove ifdef when including fsl_serdes.h > > arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 6 -- > 1 file changed, 4 insertions

[U-Boot] [PATCH v2] armv8: Remove dependency of SERDES for LS CHASIS3

2018-01-10 Thread Sriram Dash
Remove dependency of SYS_HAS_SERDES for Layerscape Chasis 3. Signed-off-by: Sriram Dash --- Changes in v2: - Remove ifdef when including fsl_serdes.h arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv8/fsl-laye