blob: cb1b129660508f8501094e4f2918a3eef8c9b128 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#@TYPE: Machine - the orange marvell box
#@NAME: 4G Systems mtx-3a
#@DESCRIPTION: Machine configuration for the mtx-3a
include conf/machine/mtx-3.conf
TARGET_ARCH = "arm"
PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-3a"
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"
USE_VT = "0"
SERIAL_CONSOLE = "115200 ttyS0 vt100"
|