mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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:
@@ -2,7 +2,7 @@
|
|||||||
#@DESCRIPTION: Machine configuration for running
|
#@DESCRIPTION: Machine configuration for running
|
||||||
|
|
||||||
TARGET_ARCH = "powerpc"
|
TARGET_ARCH = "powerpc"
|
||||||
TARGET_FPU = "spe"
|
TARGET_FPU = "hard"
|
||||||
|
|
||||||
require conf/machine/include/tune-ppc603e.inc
|
require conf/machine/include/tune-ppc603e.inc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user