aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/xxs1500.conf
blob: 4d5909126abb3780166320c42576a562c38ee581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#@TYPE: Machine
#@NAME: mycable xxs1500
#@DESCRIPTION: Machine configuration for the xxs1500 revision A.

# pad size and SREC_VMAADDR would need to be changed for the xxs1500 rev B.

TARGET_ARCH = "mipsel"

PREFERRED_PROVIDER_virtual/kernel = "linux-xxs1500"

IMAGE_FSTYPES ?= "jffs2"
EXTRA_IMAGECMD_jffs2 = "--pad=0xa00000 --little-endian --eraseblock=0x20000 -n"

# does not gain any speed and just creates problems:
# TARGET_CC_ARCH = "-march=mips32" 

USE_DEVFS = "1"
USE_VT = "0"
SERIAL_CONSOLE = "115200 tts/0 vt100"

SREC_VMAADDR = "0xbf200000"