This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# Alchemy db1200 |
| 2 |
|
| 3 |
TARGET_ARCH = "mipsel" |
| 4 |
|
| 5 |
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" |
| 6 |
|
| 7 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 8 |
KERNEL_IMAGETYPE = "vmlinux.srec" |
| 9 |
|
| 10 |
SERIAL_CONSOLE="/dev/ttyS0 115200 vt100" |
| 11 |
USE_VT="0" |
| 12 |
|
| 13 |
TARGET_CC_ARCH="-march=mips32" |
| 14 |
|
| 15 |
FLASH_OFFSET="0xBC000000" |
| 16 |
# The NAND has an eraseblock of 0x4000 (16kB) and NOR with 0x20000 (128kB) |
| 17 |
ERASEBLOCK_SIZE = "0x20000" |
| 18 |
EXTRA_IMAGECMD_jffs2 = "--little-endian --no-cleanmarkers --eraseblock=${ERASEBLOCK_SIZE}" |
| 19 |
|
| 20 |
MACHINE_FEATURES = "kernel26 pcmcia usbhost" |