diff options
Diffstat (limited to 'conf/machine/dm355-leopard.conf')
| -rw-r--r-- | conf/machine/dm355-leopard.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/dm355-leopard.conf b/conf/machine/dm355-leopard.conf new file mode 100644 index 0000000000..748ef05d44 --- /dev/null +++ b/conf/machine/dm355-leopard.conf @@ -0,0 +1,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" + |
