summaryrefslogtreecommitdiffstats
path: root/include/fsl_fman.h
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 /include/fsl_fman.h
parent2459afb1a783e34d37c0f7aeec43c77f4de4d480 (diff)
downloadblackbird-obmc-uboot-075affb1ac0cc72e4d599df5f39bd40389312d6a.tar.gz
blackbird-obmc-uboot-075affb1ac0cc72e4d599df5f39bd40389312d6a.zip
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 'include/fsl_fman.h')
-rw-r--r--include/fsl_fman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_fman.h b/include/fsl_fman.h
index 4d04415ba8..f3e35f8c6b 100644
--- a/include/fsl_fman.h
+++ b/include/fsl_fman.h
@@ -460,4 +460,5 @@ typedef struct ccsr_fman {
u8 res5[4*1024];
} ccsr_fman_t;
+void fdt_fixup_fman_firmware(void *blob);
#endif /*__FSL_FMAN_H__*/
OpenPOWER on IntegriCloud