aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/db1200.conf
blob: 3d40074b9411be15fb75c95cb4d1531d5c490f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Alchemy db1200

TARGET_ARCH = "mipsel"

PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"

PREFERRED_PROVIDER_virtual/kernel = "linux"
KERNEL_IMAGETYPE = "vmlinux.srec"

SERIAL_CONSOLE="/dev/ttyS0 115200 vt100"
USE_VT="0"

TARGET_CC_ARCH="-march=mips32"

FLASH_OFFSET="0xBC000000"
# The NAND has an eraseblock of 0x4000 (16kB) and NOR with 0x20000 (128kB)
ERASEBLOCK_SIZE = "0x20000"
EXTRA_IMAGECMD_jffs2 = "--little-endian --no-cleanmarkers --eraseblock=${ERASEBLOCK_SIZE}"

MACHINE_FEATURES = "kernel26 pcmcia usbhost"