All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH] mpc8315e-rdb: Set TARGET_FPU correct
Date: Fri, 22 Jul 2011 09:13:16 -0700	[thread overview]
Message-ID: <4E29A19C.2020707@linux.intel.com> (raw)
In-Reply-To: <1310705816-31653-1-git-send-email-galak@kernel.crashing.org>

On 07/14/2011 09:56 PM, Kumar Gala wrote:
> The MPC8315E has a e300c3 core in it with 'classic' or normal PPC
> floating point.
>
> 'SPE' floating point is what exists on the e500v2 core.
>
> Signed-off-by: Kumar Gala<galak@kernel.crashing.org>
> ---
>   meta-yocto/conf/machine/mpc8315e-rdb.conf |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf
> index 095d113..3f946a0 100644
> --- a/meta-yocto/conf/machine/mpc8315e-rdb.conf
> +++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf
> @@ -2,7 +2,7 @@
>   #@DESCRIPTION: Machine configuration for running
>
>   TARGET_ARCH = "powerpc"
> -TARGET_FPU = "spe"
> +TARGET_FPU = "hard"
>
>   require conf/machine/include/tune-ppc603e.inc
>

Pulled into Yocto/Master

Thanks
	Sau!


  parent reply	other threads:[~2011-07-22 16:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-15  4:56 [PATCH] mpc8315e-rdb: Set TARGET_FPU correct Kumar Gala
2011-07-15  5:31 ` Bruce Ashfield
2011-07-15 12:29   ` Kumar Gala
2011-07-15 13:22     ` Bruce Ashfield
2011-07-21  2:53   ` Kumar Gala
2011-07-22 13:54 ` Kumar Gala
2011-07-22 16:13 ` Saul Wold [this message]
2011-07-22 16:19   ` Gary Thomas

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=4E29A19C.2020707@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=galak@kernel.crashing.org \
    --cc=yocto@yoctoproject.org \
    /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.