aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/triton.conf
blob: 671def34c3efc2b0f66c8f175314a393956cf8e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#@TYPE: Machine
#@NAME: KARO Electronics TRITON Processor module
#@DESCRIPTION: Machine configuration for the XScale based triton boards from KaRo Electronics 

TARGET_ARCH = "arm"
IPKG_EXTRA_ARCHS = "armv5te"
PREFERRED_PROVIDER_virtual/kernel = "triton-kernel"

BOOTSTRAP_EXTRA_RDEPENDS = "virtual/kernel"

EXTRA_IMAGECMD_jffs2 = "--pad=0x1dc0000 --little-endian --eraseblock=0x40000 -n"
EXTRA_IMAGEDEPENDS = ""
SERIAL_CONSOLE = "38400 ttyS0"
KERNEL_CONSOLE = "ttys0,38400"
USE_VT = "0"

include conf/machine/include/tune-xscale.conf