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 |
#@TYPE: Machine |
| 2 |
#@NAME: OMAP1610 cpu on an H2 board |
| 3 |
#@DESCRIPTION: Machine configuration for the OMAP H2 development board with a 1610 processor |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
|
| 7 |
PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
| 8 |
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-2.6" |
| 9 |
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" |
| 10 |
|
| 11 |
BOOTSTRAP_EXTRA_RDEPENDS += "modutils-collateral" |
| 12 |
|
| 13 |
SERIAL_CONSOLE ?= "115200 ttyS0" |
| 14 |
IMAGE_FSTYPES ?= "jffs2" |
| 15 |
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" |
| 16 |
|
| 17 |
require conf/machine/include/tune-arm926ejs.inc |