blob: 7c47c2bd97149e25eed9852c1138446b674644ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#@TYPE: Machine
#@NAME: M&N MNCI-RX
#@DESCRIPTION: Machine configuration for the PXA255 based M&N Solutions MNCI-RX
include conf/machine/openmnci.conf
include conf/machine/tune-xscale.conf
TARGET_ARCH = "arm"
TARGET_OS = "linux"
IPKG_ARCHS = "all arm ${MACHINE}"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "mnci-ramses"
EXTRA_IMAGECMD_jffs2 = "--pad=0x1ec0000 --eraseblock=0x40000"
USE_DEVFS = "1"
GPE_MACHINE_CLASS = "smallscreen"
# For sysvinit:
USE_VT = "0"
SERIAL_CONSOLE = "115200 tts/0"
|