On Mon, 2015-11-02 at 19:15 +0800, Gong Qianyu wrote: > diff --git a/arch/arm/include/asm/arch-fsl-layerscape/fdt.h > b/arch/arm/include/asm/arch-fsl-layerscape/fdt.h > index 4da73ab..e3989a8 100644 > --- a/arch/arm/include/asm/arch-fsl-layerscape/fdt.h > +++ b/arch/arm/include/asm/arch-fsl-layerscape/fdt.h > @@ -11,4 +11,7 @@ void alloc_stream_ids(int start_id, int count, u32 > *stream_ids, int max_cnt); > void append_mmu_masters(void *blob, const char *smmu_path, > const char *master_name, u32 *stream_ids, int count); > void fdt_fixup_smmu_pcie(void *blob); > +#ifdef CONFIG_SYS_DPAA_FMAN > +void fdt_fixup_board_enet(void *fdt); > +#endif > #endif /* _ASM_ARMV8_FSL_LAYERSCAPE_FDT_H_ */
Why are you ifdeffing a prototype? -Scott _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

