diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-04-27 00:05:41 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 01:32:18 -0600 |
commit | 47567c266363e1c3be9e6e2ad37286970304d180 (patch) | |
tree | a427f8e806dd7169851be851d4eb97b3bbb58ab9 /arch/powerpc/cpu/mpc85xx/Makefile | |
parent | 5ba40eec72a1e45a262c4c8a6aa20760e61fb7ec (diff) | |
download | u-boot-imx-47567c266363e1c3be9e6e2ad37286970304d180.zip u-boot-imx-47567c266363e1c3be9e6e2ad37286970304d180.tar.gz u-boot-imx-47567c266363e1c3be9e6e2ad37286970304d180.tar.bz2 |
powerpc/85xx: Add is_serdes_configured() support for MPC8569 SERDES
Add the ability to determine if a given IP block connected on SERDES is
configured. This is useful for things like PCIe and SRIO since they are
only ever connected on SERDES.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/Makefile')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Makefile b/arch/powerpc/cpu/mpc85xx/Makefile index 3c75429..78bc27a 100644 --- a/arch/powerpc/cpu/mpc85xx/Makefile +++ b/arch/powerpc/cpu/mpc85xx/Makefile @@ -80,6 +80,7 @@ COBJS-$(CONFIG_FSL_CORENET) += fsl_corenet_serdes.o COBJS-$(CONFIG_MPC8536) += mpc8536_serdes.o COBJS-$(CONFIG_MPC8548) += mpc8548_serdes.o COBJS-$(CONFIG_MPC8568) += mpc8568_serdes.o +COBJS-$(CONFIG_MPC8569) += mpc8569_serdes.o COBJS-$(CONFIG_MPC8572) += mpc8572_serdes.o COBJS-$(CONFIG_P1013) += p1013_serdes.o COBJS-$(CONFIG_P1022) += p1022_serdes.o |