summaryrefslogtreecommitdiff
path: root/board/freescale/t104xrdb/Makefile
diff options
context:
space:
mode:
authorPriyanka Jain <Priyanka.Jain@freescale.com>2014-01-30 11:30:04 +0530
committerYork Sun <yorksun@freescale.com>2014-02-03 08:38:49 -0800
commit714fd406daab6a98b2ee8d301c4888c113fdd818 (patch)
treef2e6e4177187130793f40459cb47971c691516ce /board/freescale/t104xrdb/Makefile
parenta4f7cba64e1f7b61b174c3cc480f389b002a0ff8 (diff)
downloadu-boot-imx-714fd406daab6a98b2ee8d301c4888c113fdd818.zip
u-boot-imx-714fd406daab6a98b2ee8d301c4888c113fdd818.tar.gz
u-boot-imx-714fd406daab6a98b2ee8d301c4888c113fdd818.tar.bz2
powerpc/t104xrdb: Add basic ethernet support
This covers only non-L2 switch ethernet interfaces i.e. RGMII and SGMII interface for both T1040RDB and T1042RDB_PI T1040RDB is configured as serdes protocol 0x66 which can support following interfaces 2 RGMIIS on DTSEC4, DTSEC5 1 SGMII on DTSEC3 T1042RDB_PI is configured as serdes protocol 0x06 which can support following interfaces 2 RGMIIS on DTSEC4, DTSEC5 Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com> [York Sun: Minor change in commit message] Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/t104xrdb/Makefile')
-rw-r--r--board/freescale/t104xrdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/t104xrdb/Makefile b/board/freescale/t104xrdb/Makefile
index 76c0c94..e51fb7a 100644
--- a/board/freescale/t104xrdb/Makefile
+++ b/board/freescale/t104xrdb/Makefile
@@ -7,6 +7,7 @@
obj-y += t104xrdb.o
obj-y += ddr.o
+obj-y += eth.o
obj-$(CONFIG_PCI) += pci.o
obj-y += law.o
obj-y += tlb.o