summaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2017-04-25 15:39:52 (GMT)
committerYork Sun <york.sun@nxp.com>2017-05-23 16:24:43 (GMT)
commitc40e6f916982bfaa38aef642461cbcb5917f2744 (patch)
tree5bbee10e99ac5fb5439a0670ab30107dce640a78 /board/freescale
parent99b47c25d0e2bdc9ebbd685a87456e175581c695 (diff)
downloadu-boot-fsl-qoriq-c40e6f916982bfaa38aef642461cbcb5917f2744.tar.xz
armv8: ls1043ardb: Make NET independent of FMan
This allows using PCIe NIC without enabling DPAA FMan. Signed-off-by: York Sun <york.sun@nxp.com> CC: Mingkai Hu <mingkai.hu@nxp.com> Acked-by: Mingkai Hu <mingkai.hu@nxp.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/ls1043ardb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1043ardb/Makefile b/board/freescale/ls1043ardb/Makefile
index 2a4452e..930c690 100644
--- a/board/freescale/ls1043ardb/Makefile
+++ b/board/freescale/ls1043ardb/Makefile
@@ -7,6 +7,6 @@
obj-y += ddr.o
obj-y += ls1043ardb.o
ifndef CONFIG_SPL_BUILD
-obj-$(CONFIG_SYS_DPAA_FMAN) += eth.o
+obj-$(CONFIG_NET) += eth.o
obj-y += cpld.o
endif