diff options
author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2015-10-26 19:47:54 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-10-29 10:34:01 -0700 |
commit | e82973414da105c1b14c822f12cb296f69ca2001 (patch) | |
tree | 123eeaadc0cfd8ce64e7691a0e4be249fc19f472 /board/freescale/ls1043ardb/Makefile | |
parent | 3ad447292304657aaf9c4a36f7eae34f449c5dbd (diff) | |
download | u-boot-imx-e82973414da105c1b14c822f12cb296f69ca2001.zip u-boot-imx-e82973414da105c1b14c822f12cb296f69ca2001.tar.gz u-boot-imx-e82973414da105c1b14c822f12cb296f69ca2001.tar.bz2 |
armv8/ls1043a: Add Fman support
Signed-off-by: Hou Zhiqiang <B48286@freescale.com>
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com>
Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale/ls1043ardb/Makefile')
-rw-r--r-- | board/freescale/ls1043ardb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/ls1043ardb/Makefile b/board/freescale/ls1043ardb/Makefile index dd17e2e..5fe1cc9 100644 --- a/board/freescale/ls1043ardb/Makefile +++ b/board/freescale/ls1043ardb/Makefile @@ -7,3 +7,4 @@ obj-y += cpld.o obj-y += ddr.o obj-y += ls1043ardb.o +obj-$(CONFIG_SYS_DPAA_FMAN) += eth.o |