All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mpc8315e-rdb: Set TARGET_FPU correct
@ 2011-07-15  4:56 Kumar Gala
  2011-07-15  5:31 ` Bruce Ashfield
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Kumar Gala @ 2011-07-15  4:56 UTC (permalink / raw)
  To: yocto

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
 
-- 
1.7.3.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-07-22 16:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2011-07-22 16:19   ` Gary Thomas

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.