diff options
author | Holger Freyther <zecke@selfish.org> | 2005-09-12 19:06:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-12 19:06:27 +0000 |
commit | 8d6469e2406f7c21aebff8873ff0167f08692e1f (patch) | |
tree | b014bca745732525feb452f39215d3d288df95b0 /conf/machine/triton.conf | |
parent | c0d3aa46af8159efdbe9e6b95a74dae11701fd86 (diff) |
Triton XScale Board Support:
Add latest patch courstey justin.huff BEI blueviewtech.com
from Bug-Report #316.
Do not hardcode the used FPU - leave that to the distribution
and starting using PV variable
Diffstat (limited to 'conf/machine/triton.conf')
-rw-r--r-- | conf/machine/triton.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/triton.conf b/conf/machine/triton.conf index 5816aac900..aea420907f 100644 --- a/conf/machine/triton.conf +++ b/conf/machine/triton.conf @@ -3,7 +3,6 @@ #@DESCRIPTION: Machine configuration for the XScale based triton boards from KaRo Electronics TARGET_ARCH = "arm" -TARGET_FPU = "soft" IPKG_ARCHS = "all arm armv5te ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "triton-kernel" |