summaryrefslogtreecommitdiff
path: root/board/freescale/p2041rdb/Makefile
diff options
context:
space:
mode:
authorMingkai Hu <Mingkai.hu@freescale.com>2011-07-19 08:20:13 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2011-09-30 00:01:05 (GMT)
commit0787ecc01f24d62b2563592b75b8dc59e6134668 (patch)
tree8e235dc269ada7ed6cd5c6e93f26ebf9b01d584c /board/freescale/p2041rdb/Makefile
parentfe1a1da038c7ba7919ab187ba4c2a797cb0853aa (diff)
downloadu-boot-0787ecc01f24d62b2563592b75b8dc59e6134668.tar.xz
powerpc/p2041rdb: Add ethernet support on P2041RDB board
Add support for RGMII, SGMII and XAUI Ethernet on P2041RDB board. The five dTSEC can be routed to two on-board RGMII phy, three on-board SGMII phy or four SGMII phy on SGMII riser card according to different serdes protocol configuration and board lane configuration. Also updated the device tree to direct the Fmac MAC to the correct PHY. Removed CONFIG_SYS_FMAN_FW as its not used anywhere. Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/p2041rdb/Makefile')
-rw-r--r--board/freescale/p2041rdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/p2041rdb/Makefile b/board/freescale/p2041rdb/Makefile
index 65f348f..b4cb83e 100644
--- a/board/freescale/p2041rdb/Makefile
+++ b/board/freescale/p2041rdb/Makefile
@@ -29,6 +29,7 @@ LIB = $(obj)lib$(BOARD).o
COBJS-y += $(BOARD).o
COBJS-y += cpld.o
COBJS-y += ddr.o
+COBJS-y += eth.o
COBJS-y += law.o
COBJS-y += tlb.o
COBJS-$(CONFIG_PCI) += pci.o