On Tuesday 29 November 2011 04:15:05 Macpaul Lin wrote:
> +.globl       turnoff_watchdog
> +turnoff_watchdog:

should be:
ENTRY(turnoff_watchdog)

> +     ret

and at the end, add:
ENDPROC(turnoff_watchdog)

seems a lot of the nds32 code could use this fixup ...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to