[oe-commits] Koen Kooi : dm355-{evm, leopard}: put dm355 SoC variables in a shared include file

git version control git at git.openembedded.org
Tue Oct 13 20:48:40 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f1c87869599b3573c2516bf679f3c4b9895ce31e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f1c87869599b3573c2516bf679f3c4b9895ce31e

Author: Koen Kooi <k-kooi at ti.com>
Date:   Tue Oct 13 22:16:24 2009 +0200

dm355-{evm,leopard}: put dm355 SoC variables in a shared include file

---

 conf/machine/dm355-evm.conf     |    1 +
 conf/machine/dm355-leopard.conf |    2 ++
 conf/machine/include/dm355.inc  |    9 +++++++++
 3 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/conf/machine/dm355-evm.conf b/conf/machine/dm355-evm.conf
index f0294de..73c9f1e 100644
--- a/conf/machine/dm355-evm.conf
+++ b/conf/machine/dm355-evm.conf
@@ -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"
diff --git a/conf/machine/dm355-leopard.conf b/conf/machine/dm355-leopard.conf
index a488e0b..748ef05 100644
--- a/conf/machine/dm355-leopard.conf
+++ b/conf/machine/dm355-leopard.conf
@@ -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
index 0000000..dffafe4
--- /dev/null
+++ b/conf/machine/include/dm355.inc
@@ -0,0 +1,9 @@
+
+DEVICES       = "DM355"
+GPPOS         = "LINUX_GCC"
+PLATFORM      = "dm355"
+PROGRAMS      = "APP_LOCAL"
+TARGET        = "dm355_al"
+XDC_PLATFORM  = ti.platforms.evmDM355
+
+





More information about the Openembedded-commits mailing list