On Fri, 14 Mar 2008 23:20:18 +0300
Anton Vorontsov <[EMAIL PROTECTED]> wrote:


> diff --git a/include/fdt_support.h b/include/fdt_support.h
> index 7836f28..c10de8a 100644
> --- a/include/fdt_support.h
> +++ b/include/fdt_support.h
> @@ -50,6 +50,12 @@ int fdt_find_and_setprop(void *fdt, const char *node, 
> const char *prop,
>                        const void *val, int len, int create);
>  void fdt_fixup_qe_firmware(void *fdt);
>  
> +#ifdef CONFIG_HAS_FSL_DR_USB
> +void fdt_fixup_dr_usb(void *blob, bd_t *bd);
> +#else
> +static inline void fdt_fixup_dr_usb(void *blob, bd_t *bd) {}
> +#endif /* CONFIG_HAS_FSL_DR_USB */
> +

this looks like a prime candidate for a weak function (which would also
eliminate the need for the new CONFIG_HAS_FSL_DR_USB introduced here).

Kim

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to