[U-Boot] [[Patch V2] mips: 06/16] add cpu/mips64/start.S

Mike Frysinger vapier at gentoo.org
Fri Aug 17 21:38:16 CEST 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120817/9bb0c2e6/attachment.pgp>


More information about the U-Boot mailing list