All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] powerpc/83xx: fix compilation error for MPC8315ERDB
Date: Thu, 2 Jan 2014 13:44:49 -0800	[thread overview]
Message-ID: <52C5DDD1.3020707@freescale.com> (raw)
In-Reply-To: <1387511680-13918-1-git-send-email-B46172@freescale.com>

On 12/19/2013 07:54 PM, Nikhil Badola wrote:
> From: Ramneek Mehresh <ramneek.mehresh@freescale.com>
> 
> Defines get_svr() for 83xx devices
> 
> Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
> ---
>  arch/powerpc/cpu/mpc83xx/start.S | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/powerpc/cpu/mpc83xx/start.S b/arch/powerpc/cpu/mpc83xx/start.S
> index b4fafe6..7f74a50 100644
> --- a/arch/powerpc/cpu/mpc83xx/start.S
> +++ b/arch/powerpc/cpu/mpc83xx/start.S
> @@ -120,6 +120,11 @@ disable_addr_trans:
>  	mtspr	SRR1, r3
>  	rfi
>  
> +	.globl get_svr
> +get_svr:
> +	mfspr	r3, SVR
> +	blr
> +
>  	.globl get_pvr
>  get_pvr:
>  	mfspr	r3, PVR
> 

Please share how to reproduce the compilation error. I don't see it.

York

  reply	other threads:[~2014-01-02 21:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-20  3:54 [U-Boot] [PATCH] powerpc/83xx: fix compilation error for MPC8315ERDB Nikhil Badola
2014-01-02 21:44 ` York Sun [this message]
2014-01-03 19:27 ` Scott Wood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52C5DDD1.3020707@freescale.com \
    --to=yorksun@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.