aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/kixrp435.conf
blob: ba8216d66b41dea27ce380661e8346003daa5a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#@TYPE: Machine
#@NAME: Intel IXP43x eval platform KIXRP435 (little-endian)
#@DESCRIPTION: Machine configuration for an KIXRP435 in little-endian mode

TARGET_ARCH = "arm"

# Note: armv4 armv4t armv5te will be added by tune-xscale.inc automatically.
PACKAGE_EXTRA_ARCHS = "armv5e ixp4xxle"

MACHINE_OVERRIDES += "ixp4xx nslu2"

PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_VERSION_linux = "2.6.30"
ROOT_FLASH_SIZE ?= "32"

MACHINE_FEATURES ?= "kernel26 usbhost pci ext2 vfat redboot pcmcia"

require conf/machine/include/ixp4xx.inc

EXTRA_IMAGECMD_jffs2 += "--little-endian"