ixp4xx (and related ixp4xx-specific files): Change all usage of ARCH_BYTE_SEX to...
[vuplus_openembedded] / conf / machine / ixp4xxle.conf
1 #@TYPE: Machine
2 #@NAME: Generic IXP4XX kernel
3 #@DESCRIPTION: Machine configuration for a generic ixp4xx board in little-endian mode
4
5 IXP4XX_MACHINE_ENDIAN = "le"
6
7 require conf/machine/include/ixp4xx.conf
8
9 TARGET_ARCH = "arm"
10
11 MACHINE_ARCH = "ixp4xxle"
12
13 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
14
15 EXTRA_IMAGECMD_jffs2 += " --little-endian"