X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffsl_fman.h;h=74acdb25691d464ee085e4de1c93ba03db869744;hb=406df85345f942d9348443983d81a01e013e920b;hp=4d04415ba8cea0ced8281cedd911a6730e028f96;hpb=588eec2a8603ee8a8e2e913895767c4c02d523af;p=oweals%2Fu-boot.git diff --git a/include/fsl_fman.h b/include/fsl_fman.h index 4d04415ba8..74acdb2569 100644 --- a/include/fsl_fman.h +++ b/include/fsl_fman.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * MPC85xx Internal Memory Map * * Copyright 2010-2011 Freescale Semiconductor, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __FSL_FMAN_H__ @@ -460,4 +459,5 @@ typedef struct ccsr_fman { u8 res5[4*1024]; } ccsr_fman_t; +void fdt_fixup_fman_firmware(void *blob); #endif /*__FSL_FMAN_H__*/