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: Leopard "beagle buddy" DM355 based IP cam board |
| 3 |
#@DESCRIPTION: Machine configuration for the DM355 leopard board |
| 4 |
|
| 5 |
require conf/machine/include/davinci.inc |
| 6 |
require conf/machine/include/dm355.inc |
| 7 |
|
| 8 |
TARGET_ARCH = "arm" |
| 9 |
|
| 10 |
UBOOT_MACHINE = "davinci_dm355leopard_config" |
| 11 |
UBOOT_ENTRYPOINT = "0x80008000" |
| 12 |
|
| 13 |
SERIAL_CONSOLE ?= "115200 ttyS0" |
| 14 |
|
| 15 |
MACHINE_FEATURES = "kernel26 alsa ethernet usbhost usbgadget mmc" |