summaryrefslogtreecommitdiff
path: root/board/freescale/t1040qds/Makefile
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2014-01-27 15:55:20 +0530
committerYork Sun <yorksun@freescale.com>2014-02-03 08:38:48 -0800
commit5b7672fc49af1b771a7e318522b010fd5b11c4ab (patch)
tree861555e4cd4460716f865eadee507cbc87738d65 /board/freescale/t1040qds/Makefile
parent96bda02c9e3a209a1e972a337937c9c43fc538f6 (diff)
downloadu-boot-imx-5b7672fc49af1b771a7e318522b010fd5b11c4ab.zip
u-boot-imx-5b7672fc49af1b771a7e318522b010fd5b11c4ab.tar.gz
u-boot-imx-5b7672fc49af1b771a7e318522b010fd5b11c4ab.tar.bz2
boards/t1040qds: Adds ethernet support for T1040
Enable entherent for T1040QDS. It enables FM1@DTSEC3, FM1@DTSEC4, FM1@DTSEC5 Define MDIO related configs Added eth.c file Update t1040.c to support RGMII and SGMII Update t1040qds.c to support ethernet Define the PHY address Signed-off-by: Arpit Goel <B44344@freescale.com> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com> Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> [York Sun: remove dash from commit message] Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/t1040qds/Makefile')
-rw-r--r--board/freescale/t1040qds/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/t1040qds/Makefile b/board/freescale/t1040qds/Makefile
index 93af9eb..c7470d7 100644
--- a/board/freescale/t1040qds/Makefile
+++ b/board/freescale/t1040qds/Makefile
@@ -9,3 +9,4 @@ obj-y += ddr.o
obj-$(CONFIG_PCI) += pci.o
obj-y += law.o
obj-y += tlb.o
+obj-y += eth.o