mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
@@ -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__*/
|
||||
|
Reference in New Issue
Block a user