[U-Boot] [Patch V2 3/4] armv8/ls1043aqds: add LS1043AQDS board support
Scott Wood
scottwood at freescale.com
Thu Nov 5 00:54:50 CET 2015
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
More information about the U-Boot
mailing list