blob: 2215af32390ed90245887728ecc1ece8240b4d3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#@TYPE: Machine
#@Name: Freescale MX31ADS
#@DESCRIPTION: Machine configuration for Freescale MX31ADS
TARGET_ARCH = "arm"
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"
|