aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorchase maupin <chasemaupin03@gmail.com>2011-03-17 03:02:04 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-17 13:43:35 +0100
commit6154d8eab5ed9cd398586550ac4fe9387664fdd0 (patch)
tree664411400f055447f14a236fba85db20e2350383 /conf
parent8c54f1c3b44cb2f31bec0f2eceb4124ef76c3a7e (diff)
downloadopenembedded-6154d8eab5ed9cd398586550ac4fe9387664fdd0.tar.gz
dm368-evm: Add configuration for DM368 machine
* Added the configuration for the dm368-evm machine type. * Updated the sort.sh script * Updated the Linux kernel and u-boot recipes to support this new device. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/dm368-evm.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/dm368-evm.conf b/conf/machine/dm368-evm.conf
new file mode 100644
index 0000000000..f916b36e8a
--- /dev/null
+++ b/conf/machine/dm368-evm.conf
@@ -0,0 +1,8 @@
+#@TYPE: Machine
+#@NAME: DM368 CPUs on a Davinci DM368 EVM board
+#@DESCRIPTION: Machine configuration for the TI Davinci DM368 EVM board
+
+require conf/machine/include/davinci.inc
+require conf/machine/include/dm365.inc
+
+UBOOT_MACHINE = "davinci_dm365_evm_config"