aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ixp4xxle.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/ixp4xxle.conf')
-rw-r--r--conf/machine/ixp4xxle.conf12
1 files changed, 5 insertions, 7 deletions
diff --git a/conf/machine/ixp4xxle.conf b/conf/machine/ixp4xxle.conf
index d3fcd2b017..e40b98b876 100644
--- a/conf/machine/ixp4xxle.conf
+++ b/conf/machine/ixp4xxle.conf
@@ -2,16 +2,14 @@
#@NAME: Generic IXP4XX kernel
#@DESCRIPTION: Machine configuration for a generic ixp4xx board in little-endian mode
-MACHINE_FEATURES = "kernel26 usbhost ext2"
+IXP4XX_MACHINE_ENDIAN = "le"
-ARCH_BYTE_SEX = "le"
require conf/machine/include/ixp4xx.conf
-require conf/machine/include/tune-xscale.conf
+TARGET_ARCH = "arm"
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xxle"
+MACHINE_ARCH = "ixp4xxle"
-EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 --faketime -n"
-
-PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
+EXTRA_IMAGECMD_jffs2 += " --little-endian"