blob: ad6de78f564fabaebeb18d3f222450ef282c736a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#@TYPE: Machine
#@Name: Freescale MX31ADS
#@DESCRIPTION: Machine configuration for Freescale MX31ADS
TARGET_ARCH = "arm"
TARGET_FPU_arm = "hard"
GUI_MACHINE_CLASS = "smallscreen"
IPKG_EXTRA_ARCHS = "armv6"
PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
include conf/machine/include/tune-arm1136jf-s.conf
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttymxc0"
# used by opie-collections.inc
ROOT_FLASH_SIZE = "32"
|