blob: 2326564a5ce0ef39bf3bf18ec1f3fb505fac1879 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#@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"
UBOOT_MACHINE = "davinci_dm355leopard_config"
UBOOT_ENTRYPOINT = "0x80008000"
SERIAL_CONSOLE ?= "115200 ttyS0"
MACHINE_FEATURES = "kernel26 alsa ethernet usbhost usbgadget mmc"
|