diff options
author | York Sun <york.sun@nxp.com> | 2017-04-25 15:39:51 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-05-23 16:23:52 (GMT) |
commit | 99b47c25d0e2bdc9ebbd685a87456e175581c695 (patch) | |
tree | 54ccbc4654e1529f6d185a480523d4c741b2dd14 /board/freescale/ls1046ardb | |
parent | 5e3f763a4b00b6ca99e3e7e30544c78a8cb05f20 (diff) | |
download | u-boot-99b47c25d0e2bdc9ebbd685a87456e175581c695.tar.xz |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/ls1046ardb/Makefile b/board/freescale/ls1046ardb/Makefile index b92ed0b..4076558 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 |