diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-12 10:38:59 -0300 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-13 10:07:31 -0300 |
commit | 5422d5ba5400acc1c08683c241b13475f6e06d49 (patch) | |
tree | 8a27cfb9b33a7d01508b6eccbe14baedaa373d4a /conf/machine/dm355-leopard.conf | |
parent | 0bd2004ded71983d0cc555eb13efec27ebf4fe50 (diff) |
dm355-leopard: add board file for the dm355 leopard board
Diffstat (limited to 'conf/machine/dm355-leopard.conf')
-rw-r--r-- | conf/machine/dm355-leopard.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/dm355-leopard.conf b/conf/machine/dm355-leopard.conf new file mode 100644 index 0000000000..a9699499b7 --- /dev/null +++ b/conf/machine/dm355-leopard.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@NAME: Leopard "beagle buddy" DM355 based IP cam board +#@DESCRIPTION: Machine configuration for the DM355 leopard board + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" + +PREFERRED_VERSION_u-boot = "1.2.0" +UBOOT_MACHINE = "dm355_leopard_config" +UBOOT_ENTRYPOINT = "0x80008000" + +SERIAL_CONSOLE ?= "115200 ttyS0" + +MACHINE_FEATURES = "kernel26 alsa" + +require conf/machine/include/tune-arm926ejs.inc + |