aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorchase maupin <chasemaupin03@gmail.com>2011-03-17 03:02:04 +0000
committerKoen Kooi <koen@openembedded.org>2011-03-17 08:35:25 +0100
commit55f8ed6f9863d5ef453c2fa6930a2b90d78e7383 (patch)
tree2da303b7567e3832d71290b0f4929c9629be6142 /conf/machine
parente65b9e6061a4b4fa50349854eca5032fe256bf1a (diff)
downloadopenembedded-55f8ed6f9863d5ef453c2fa6930a2b90d78e7383.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/machine')
-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"