diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-01-23 02:21:17 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-01-23 02:21:17 +0000 |
commit | 2d96dd3d8722c5260740717f70c442b4cb445aac (patch) | |
tree | 5e6cb2b464d9b3fdbad03677918b781d5b4018df /conf/machine/ixp4xx.conf | |
parent | 79ebe7b06aa1dd508d80ef4bb040a37d6bc314a9 (diff) |
ixp4xx (and related ixp4xx-specific files): Change all usage of ARCH_BYTE_SEX to IXP4XX_MACHINE_ENDIAN (and ensure COMPATIBLE_MACHINE is in effect whereever it is used). Add the nslu2le and nslu2be machines. Change include/ixp4xx.conf to use tune-xscale and tune-thumb. Remove slugos-specific variables that had global OE equivalents. Deprecate ixp4xx.conf and nslu2.conf in favour of endian-specific replacements.
Diffstat (limited to 'conf/machine/ixp4xx.conf')
-rw-r--r-- | conf/machine/ixp4xx.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/conf/machine/ixp4xx.conf b/conf/machine/ixp4xx.conf index f955215f31..3397d170f8 100644 --- a/conf/machine/ixp4xx.conf +++ b/conf/machine/ixp4xx.conf @@ -2,12 +2,4 @@ #@NAME: Generic IXP4XX kernel #@DESCRIPTION: Machine configuration for a generic ixp4xx board -MACHINE_FEATURES = "kernel26 usbhost ext2" - require conf/machine/include/ixp4xx.conf - -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xx${ARCH_BYTE_SEX}" - -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 --faketime -n" - -PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel" |