diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-03-24 17:40:32 +0300 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-03-25 19:16:45 -0500 |
commit | 453316a2a19642d8afcbca7452e40a6b44a197b1 (patch) | |
tree | 4c0a008170679b04e9212e4f051c5620c67ce8bd /cpu/mpc83xx/Makefile | |
parent | a796cdf9c377cb4e5d61d1079a296608f8fbd903 (diff) | |
download | blackbird-obmc-uboot-453316a2a19642d8afcbca7452e40a6b44a197b1.tar.gz blackbird-obmc-uboot-453316a2a19642d8afcbca7452e40a6b44a197b1.zip |
83xx: serdes setup routines
This patch adds few routines to configure serdes on 837x targets.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Diffstat (limited to 'cpu/mpc83xx/Makefile')
-rw-r--r-- | cpu/mpc83xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc83xx/Makefile b/cpu/mpc83xx/Makefile index 7ad7e3e65f..fcb6a52465 100644 --- a/cpu/mpc83xx/Makefile +++ b/cpu/mpc83xx/Makefile @@ -37,6 +37,7 @@ COBJS-y += interrupts.o COBJS-y += spd_sdram.o COBJS-y += ecc.o COBJS-$(CONFIG_QE) += qe_io.o +COBJS-$(CONFIG_FSL_SERDES) += serdes.o COBJS-$(CONFIG_83XX_GENERIC_PCI) += pci.o COBJS-$(CONFIG_OF_LIBFDT) += fdt.o |