From eea4bd731ef286516ee1fb934fe2222a09c06e70 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 14 Jul 2011 23:56:56 -0500 Subject: 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 --- meta-yocto/conf/machine/mpc8315e-rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto') 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 @@ #@DESCRIPTION: Machine configuration for running TARGET_ARCH = "powerpc" -TARGET_FPU = "spe" +TARGET_FPU = "hard" require conf/machine/include/tune-ppc603e.inc -- cgit v1.2.3-54-g00ecf