summaryrefslogtreecommitdiff
path: root/board/freescale/ls1046ardb
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2017-04-25 08:39:51 -0700
committerYork Sun <york.sun@nxp.com>2017-05-23 09:23:52 -0700
commit99b47c25d0e2bdc9ebbd685a87456e175581c695 (patch)
tree54ccbc4654e1529f6d185a480523d4c741b2dd14 /board/freescale/ls1046ardb
parent5e3f763a4b00b6ca99e3e7e30544c78a8cb05f20 (diff)
armv8: ls1046ardb: 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/ls1046ardb')
-rw-r--r--board/freescale/ls1046ardb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1046ardb/Makefile b/board/freescale/ls1046ardb/Makefile
index b92ed0b3ec..4076558089 100644
--- a/board/freescale/ls1046ardb/Makefile
+++ b/board/freescale/ls1046ardb/Makefile
@@ -7,6 +7,6 @@
obj-y += ddr.o
obj-y += ls1046ardb.o
ifndef CONFIG_SPL_BUILD
-obj-$(CONFIG_SYS_DPAA_FMAN) += eth.o
+obj-$(CONFIG_NET) += eth.o
obj-y += cpld.o
endif