summaryrefslogtreecommitdiff
path: root/board/freescale/ls1012aqds/Makefile
diff options
context:
space:
mode:
authorCalvin Johnson <calvin.johnson@nxp.com>2017-10-03 06:05:41 (GMT)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>2017-10-11 03:26:05 (GMT)
commitf0640edb16bf37f4f55b144971722d0cfe35dd69 (patch)
tree2db67afc8788ce10c980f2f684f6fbb151c7c8c8 /board/freescale/ls1012aqds/Makefile
parentaf5f82203668bbdefc7a69cec5b5ac6a728674bf (diff)
downloadu-boot-f0640edb16bf37f4f55b144971722d0cfe35dd69.tar.xz
board: freescale: ls1012a: enable network support on ls1012a platforms
Ethernet support on all three LS1012A platforms(FRDM, QDS and RDB) is enabled with this patch. eth.c files for all 3 platforms contain board ethernet initialization function and also function to reset phy. Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com> Signed-off-by: Anjaneyulu Jagarlmudi <anji.jagarlmudi@nxp.com>
Diffstat (limited to 'board/freescale/ls1012aqds/Makefile')
-rw-r--r--board/freescale/ls1012aqds/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/ls1012aqds/Makefile b/board/freescale/ls1012aqds/Makefile
index 0b813f9..b18494a 100644
--- a/board/freescale/ls1012aqds/Makefile
+++ b/board/freescale/ls1012aqds/Makefile
@@ -5,3 +5,4 @@
#
obj-y += ls1012aqds.o
+obj-y += eth.o