summaryrefslogtreecommitdiff
path: root/conf/machine/include/orion.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-18 13:57:17 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-18 13:57:17 +0100
commitfcfddb763fc5cbdc2af71e5a3ea269b127e38b6b (patch)
tree41c2fe94e37994b8f96757f26c0c18ed390fed85 /conf/machine/include/orion.inc
parent1fa211e287367d8a0875323924058d5455434563 (diff)
lsppc, orion: TARGET_FPU is a distro feature and shouldn't be in machine.conf files
* add a note
Diffstat (limited to 'conf/machine/include/orion.inc')
-rw-r--r--conf/machine/include/orion.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc
index df8e505894..7c5572a2d9 100644
--- a/conf/machine/include/orion.inc
+++ b/conf/machine/include/orion.inc
@@ -2,7 +2,10 @@
#@DESCRIPTION: Machine configuration for various different Marvell Orion based devices
TARGET_ARCH = "arm"
-TARGET_FPU = "soft"
+
+# TARGET_FPU is a distro feature
+# Weakly assign it and remove when all distros supporting this device have updated
+TARGET_FPU ?= "soft"
MACHINE_FEATURES = "kernel26 usbhost ext2"
MACHINE_TASK_PROVIDER = "task-base"