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: ARM 1136 cpu on OMAP2430 SDP board |
| 3 |
#@DESCRIPTION: Machine configuration for the OMAP 2430 SDP development board with a arm1136 processor. |
| 4 |
|
| 5 |
TARGET_ARCH = "arm" |
| 6 |
PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
| 7 |
PREFERRED_PROVIDER_virtual/kernel = "linux-omap2" |
| 8 |
|
| 9 |
SERIAL_CONSOLE ?= "115200 ttyS0" |
| 10 |
IMAGE_FSTYPES ?= "jffs2" |
| 11 |
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" |
| 12 |
|
| 13 |
MACHINE_FEATURES = "kernel26" |
| 14 |
|
| 15 |
require conf/machine/include/tune-arm1136jf-s.inc |