diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-04-26 23:25:33 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 01:32:18 -0600 |
commit | bc48d0d5036f5759688f0902e8a652d372186eda (patch) | |
tree | 959200c1ae1a05d4a7b689c6900fe9a43a31505d /arch/powerpc/cpu/mpc85xx/Makefile | |
parent | af87cab6777c607f094be7e6f9eb4f1271c451c6 (diff) | |
download | u-boot-imx-bc48d0d5036f5759688f0902e8a652d372186eda.zip u-boot-imx-bc48d0d5036f5759688f0902e8a652d372186eda.tar.gz u-boot-imx-bc48d0d5036f5759688f0902e8a652d372186eda.tar.bz2 |
powerpc/85xx: Add is_serdes_configured() support for MPC8548 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 9ec19bb..e1320bf 100644 --- a/arch/powerpc/cpu/mpc85xx/Makefile +++ b/arch/powerpc/cpu/mpc85xx/Makefile @@ -78,6 +78,7 @@ COBJS-$(CONFIG_FSL_CORENET) += fsl_corenet_serdes.o # SoC specific SERDES support COBJS-$(CONFIG_MPC8536) += mpc8536_serdes.o +COBJS-$(CONFIG_MPC8548) += mpc8548_serdes.o COBJS-$(CONFIG_MPC8572) += mpc8572_serdes.o COBJS-$(CONFIG_P1013) += p1013_serdes.o COBJS-$(CONFIG_P1022) += p1022_serdes.o |