On Friday 17 August 2012 11:30:49 Zhizhou Zhang wrote:
> remove cache init

this commit message doesn't make much sense.  if it meant to be covering what 
changed since v1, put it below the "---" marker below.

> --- /dev/null
> +++ b/arch/mips/cpu/mips64/start.S
>
> +     .globl _start
> +     .text
> +_start:

include linux/linkage.h, then use:
ENTRY(_start)

you'll probably want to review the .S file for other places to use ENTRY() and 
LENTRY() and ENDPROC() and END().
-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