summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-07-14 23:56:56 -0500
committerSaul Wold <sgw@linux.intel.com>2011-07-22 09:02:58 -0700
commiteea4bd731ef286516ee1fb934fe2222a09c06e70 (patch)
tree9cb3308dacb7305050a6f53679802dcb0f4d95f3 /meta-yocto
parentac704918e4e3a43bab7305464cfc11d6a8975fb6 (diff)
downloadpoky-eea4bd731ef286516ee1fb934fe2222a09c06e70.tar.gz
mpc8315e-rdb: Set TARGET_FPU correct
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>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/machine/mpc8315e-rdb.conf2
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 095d113f2c..3f946a08e5 100644
--- a/meta-yocto/conf/machine/mpc8315e-rdb.conf
+++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf
@@ -2,7 +2,7 @@
2#@DESCRIPTION: Machine configuration for running 2#@DESCRIPTION: Machine configuration for running
3 3
4TARGET_ARCH = "powerpc" 4TARGET_ARCH = "powerpc"
5TARGET_FPU = "spe" 5TARGET_FPU = "hard"
6 6
7require conf/machine/include/tune-ppc603e.inc 7require conf/machine/include/tune-ppc603e.inc
8 8