diff options
author | Qianyu Gong | 2016-02-18 13:02:00 +0800 |
---|---|---|
committer | York Sun | 2016-02-24 08:51:13 -0800 |
commit | 075affb1ac0cc72e4d599df5f39bd40389312d6a (patch) | |
tree | 6c7807678e9c297dbb731a6c3873cad37e1c4375 /include | |
parent | 2459afb1a783e34d37c0f7aeec43c77f4de4d480 (diff) |
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')
-rw-r--r-- | include/fsl_fman.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_fman.h b/include/fsl_fman.h index 4d04415ba8c..f3e35f8c6b8 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__*/ |