[U-Boot] [PATCH V3 18/19] OMAP3+: reset: Create a common reset layer.
R, Sricharan
r.sricharan at ti.com
Tue Mar 13 06:44:20 CET 2012
Hi,
>> +static void omap_reset_cpu(unsigned long ignored)
>> +{
>> + writel(PRM_RSTCTRL_RESET, PRM_RSTCTRL);
>> +}
>> +void reset_cpu(unsigned long ignored)
>> + __attribute__((weak, alias("omap_reset_cpu")));
>
> Add <linux/compiler.h> and then just:
> static void __weak omap_reset_cpu(unsigned long ignored)
>
Yes, i missed this. You reported this last time as well.
Sorry for this.
> --
> Tom
More information about the U-Boot
mailing list