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>
This commit is contained in:
Kumar Gala 2011-07-14 23:56:56 -05:00 committed by Saul Wold
parent ac704918e4
commit eea4bd731e
1 changed files with 1 additions and 1 deletions

View File

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