diff options
author | Tom Rini <trini@ti.com> | 2014-02-04 10:22:23 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-04 11:51:20 -0500 |
commit | b66af14dc9d0bb3b962e09b2d000f228e2d5b039 (patch) | |
tree | 74cc58551075570603e2ad02ad7eb1cec63d7181 /arch/powerpc/include/asm/fsl_serdes.h | |
parent | c61d94d86035ab2165aedf208b8f3c768b277a3d (diff) | |
parent | 1b4175d6fa12b8012c119889ad5cc1e65c3cf6ba (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'arch/powerpc/include/asm/fsl_serdes.h')
-rw-r--r-- | arch/powerpc/include/asm/fsl_serdes.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/powerpc/include/asm/fsl_serdes.h b/arch/powerpc/include/asm/fsl_serdes.h index 404ded4580..f60cb0a6de 100644 --- a/arch/powerpc/include/asm/fsl_serdes.h +++ b/arch/powerpc/include/asm/fsl_serdes.h @@ -69,13 +69,7 @@ enum srds_prtcl { XFI_FM2_MAC9, XFI_FM2_MAC10, INTERLAKEN, - SGMII_SW1_DTSEC1, /* SW indicates on L2 switch */ - SGMII_SW1_DTSEC2, - SGMII_SW1_DTSEC3, - SGMII_SW1_DTSEC4, - SGMII_SW1_DTSEC5, - SGMII_SW1_DTSEC6, - QSGMII_SW1_A, /* SW indicates on L2 swtich */ + QSGMII_SW1_A, /* Indicates ports on L2 Switch */ QSGMII_SW1_B, }; |