diff options
author | Liam Girdwood <liam.girdwood@wolfsonmicro.com> | 2006-10-03 09:41:34 +0000 |
---|---|---|
committer | Liam Girdwood <liam.girdwood@wolfsonmicro.com> | 2006-10-03 09:41:34 +0000 |
commit | 507cffb439526485b75710c87f1fc5c3bf53b603 (patch) | |
tree | c9dd09973cd567b61c262f557743c936fab6e540 /conf/machine/mx31ads.conf | |
parent | 70b1c3148e4785363d29cf36f0d08e069eeb56db (diff) |
mx31ads: Added VFP hard float support
Diffstat (limited to 'conf/machine/mx31ads.conf')
-rw-r--r-- | conf/machine/mx31ads.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/mx31ads.conf b/conf/machine/mx31ads.conf index 2215af3239..ad6de78f56 100644 --- a/conf/machine/mx31ads.conf +++ b/conf/machine/mx31ads.conf @@ -3,6 +3,7 @@ #@DESCRIPTION: Machine configuration for Freescale MX31ADS TARGET_ARCH = "arm" +TARGET_FPU_arm = "hard" GUI_MACHINE_CLASS = "smallscreen" IPKG_EXTRA_ARCHS = "armv6" |