diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2011-07-14 23:56:56 -0500 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-07-22 09:02:58 -0700 |
| commit | eea4bd731ef286516ee1fb934fe2222a09c06e70 (patch) | |
| tree | 9cb3308dacb7305050a6f53679802dcb0f4d95f3 | |
| parent | ac704918e4e3a43bab7305464cfc11d6a8975fb6 (diff) | |
| download | poky-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>
| -rw-r--r-- | 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 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 | ||
| 4 | TARGET_ARCH = "powerpc" | 4 | TARGET_ARCH = "powerpc" |
| 5 | TARGET_FPU = "spe" | 5 | TARGET_FPU = "hard" |
| 6 | 6 | ||
| 7 | require conf/machine/include/tune-ppc603e.inc | 7 | require conf/machine/include/tune-ppc603e.inc |
| 8 | 8 | ||
