dm355-{evm,leopard}: put dm355 SoC variables in a shared include file
authorKoen Kooi <k-kooi@ti.com>
Tue, 13 Oct 2009 20:16:24 +0000 (22:16 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 13 Oct 2009 20:23:48 +0000 (22:23 +0200)
conf/machine/dm355-evm.conf
conf/machine/dm355-leopard.conf
conf/machine/include/dm355.inc [new file with mode: 0644]

index f0294de..73c9f1e 100644 (file)
@@ -3,5 +3,6 @@
 #@DESCRIPTION: Machine configuration for the TI Davinci DM355 EVM board
 
 require conf/machine/include/davinci.inc
+require conf/machine/include/dm355.inc
 
 UBOOT_MACHINE = "davinci_dm355evm_config"
index a488e0b..748ef05 100644 (file)
@@ -3,6 +3,8 @@
 #@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"
diff --git a/conf/machine/include/dm355.inc b/conf/machine/include/dm355.inc
new file mode 100644 (file)
index 0000000..dffafe4
--- /dev/null
@@ -0,0 +1,9 @@
+
+DEVICES       = "DM355"
+GPPOS         = "LINUX_GCC"
+PLATFORM      = "dm355"
+PROGRAMS      = "APP_LOCAL"
+TARGET        = "dm355_al"
+XDC_PLATFORM  = ti.platforms.evmDM355
+
+