blob: 748ef05d4466e4bf660d263f58738556a7d6c55a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#@TYPE: Machine
#@NAME: Leopard "beagle buddy" DM355 based IP cam board
#@DESCRIPTION: Machine configuration for the DM355 leopard board
require conf/machine/include/davinci.inc
require conf/machine/include/dm355.inc
TARGET_ARCH = "arm"
PREFERRED_VERSION_u-boot = "1.2.0"
UBOOT_MACHINE = "davinci_leopard_config"
UBOOT_ENTRYPOINT = "0x80008000"
SERIAL_CONSOLE ?= "115200 ttyS0"
MACHINE_FEATURES = "kernel26 alsa ethernet usbhost usbgadget mmc"
|