summaryrefslogtreecommitdiff
path: root/conf/machine/ixp4xxbe.conf
blob: cd02d7c821d7eb6d4a763c72b59090555f78ad0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#@TYPE: Machine
#@NAME: Generic IXP4XX kernel
#@DESCRIPTION: Machine configuration for a generic ixp4xx board in big-endian mode

IXP4XX_MACHINE_ENDIAN = "be"

require conf/machine/include/ixp4xx.conf

TARGET_ARCH = "armeb"

MACHINE_ARCH = "ixp4xxbe"

PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb"

EXTRA_IMAGECMD_jffs2 += "--big-endian"