summaryrefslogtreecommitdiff
path: root/drivers/net/fm/Makefile
diff options
context:
space:
mode:
authorQianyu Gong <qianyu.gong@nxp.com>2016-02-18 13:02:00 +0800
committerYork Sun <york.sun@nxp.com>2016-02-24 08:51:13 -0800
commit075affb1ac0cc72e4d599df5f39bd40389312d6a (patch)
tree6c7807678e9c297dbb731a6c3873cad37e1c4375 /drivers/net/fm/Makefile
parent2459afb1a783e34d37c0f7aeec43c77f4de4d480 (diff)
downloadu-boot-imx-075affb1ac0cc72e4d599df5f39bd40389312d6a.zip
u-boot-imx-075affb1ac0cc72e4d599df5f39bd40389312d6a.tar.gz
u-boot-imx-075affb1ac0cc72e4d599df5f39bd40389312d6a.tar.bz2
fm: fdt: Move fman ucode fixup to driver code
Not only powerpc/mpc85xx but also Freescale Layerscape platforms will use fdt_fixup_fman_firmware() to insert Fman ucode blob into the device tree. So move the function to Fman driver code. Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'drivers/net/fm/Makefile')
-rw-r--r--drivers/net/fm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fm/Makefile b/drivers/net/fm/Makefile
index a3c9f99..493cdc6 100644
--- a/drivers/net/fm/Makefile
+++ b/drivers/net/fm/Makefile
@@ -6,6 +6,7 @@
obj-y += dtsec.o
obj-y += eth.o
+obj-y += fdt.o
obj-y += fm.o
obj-y += init.o
obj-y += tgec.o