summaryrefslogtreecommitdiff
path: root/conf/machine/include
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/lsppc.inc4
-rw-r--r--conf/machine/include/orion.inc4
2 files changed, 0 insertions, 8 deletions
diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc
index ca4a395be9..673ce4b447 100644
--- a/conf/machine/include/lsppc.inc
+++ b/conf/machine/include/lsppc.inc
@@ -7,10 +7,6 @@ TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"
-# TARGET_FPU is a distro feature
-# Weakly assign it and remove when all distros supporting this device have updated
-TARGET_FPU ?= "hard"
-
USE_DEVFS = "0"
BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules"
diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc
index 7b9726a6ac..c6fe6e3678 100644
--- a/conf/machine/include/orion.inc
+++ b/conf/machine/include/orion.inc
@@ -3,10 +3,6 @@
TARGET_ARCH = "arm"
-# 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 vfat"
MACHINE_TASK_PROVIDER = "task-base"