1
#@TYPE: Machine
2
#@NAME: Intel IXP43x eval platform KIXRP435 (little-endian)
3
#@DESCRIPTION: Machine configuration for an KIXRP435 in little-endian mode
4
5
TARGET_ARCH = "arm"
6
7
# Note: armv4 armv4t armv5te will be added by tune-xscale.inc automatically.
8
PACKAGE_EXTRA_ARCHS = "armv5e ixp4xxle"
9
10
MACHINE_OVERRIDES += "ixp4xx nslu2"
11
12
PREFERRED_PROVIDER_virtual/kernel = "linux"
13
PREFERRED_VERSION_linux = "2.6.30"
14
ROOT_FLASH_SIZE ?= "32"
15
16
MACHINE_FEATURES ?= "kernel26 usbhost pci ext2 vfat redboot pcmcia"
17
18
require conf/machine/include/ixp4xx.inc
19
20
EXTRA_IMAGECMD_jffs2 += "--little-endian"