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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to