[oe-commits] Denys Dmytriyenko : omapl1: fix the .inc/.conf copy/ paste error and inconsistency

git version control git at git.openembedded.org
Tue Dec 22 05:33:50 UTC 2009


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

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Tue Dec 22 00:32:07 2009 -0500

omapl1: fix the .inc/.conf copy/paste error and inconsistency

---

 conf/machine/da850-omapl138-evm.conf               |    2 +-
 conf/machine/hawkboard.conf                        |    2 +-
 .../include/{omapl137.conf => omapl137.inc}        |    1 -
 .../include/{omapl138.conf => omapl138.inc}        |    0 
 4 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/conf/machine/da850-omapl138-evm.conf b/conf/machine/da850-omapl138-evm.conf
index aaf7583..b61c00c 100644
--- a/conf/machine/da850-omapl138-evm.conf
+++ b/conf/machine/da850-omapl138-evm.conf
@@ -3,7 +3,7 @@
 #@DESCRIPTION: Machine configuration for the TI DA850/OMAPL138 EVM board
 
 require conf/machine/include/davinci.inc
-require conf/machine/include/omapl138.conf
+require conf/machine/include/omapl138.inc
 
 UBOOT_MACHINE = "da850_omapl138_evm_config"
 UBOOT_ENTRYPOINT = "0xc0008000"
diff --git a/conf/machine/hawkboard.conf b/conf/machine/hawkboard.conf
index ccf571e..ae53a53 100644
--- a/conf/machine/hawkboard.conf
+++ b/conf/machine/hawkboard.conf
@@ -3,7 +3,7 @@
 #@DESCRIPTION: Machine configuration for the TI Hawkboard
 
 require conf/machine/include/davinci.inc
-require conf/machine/include/omapl138.conf
+require conf/machine/include/omapl138.inc
 
 UBOOT_MACHINE = "da850_omapl138_evm_config"
 UBOOT_ENTRYPOINT = "0xc0008000"
diff --git a/conf/machine/include/omapl137.conf b/conf/machine/include/omapl137.inc
similarity index 96%
rename from conf/machine/include/omapl137.conf
rename to conf/machine/include/omapl137.inc
index 34d0e9a..cd84594 100644
--- a/conf/machine/include/omapl137.conf
+++ b/conf/machine/include/omapl137.inc
@@ -1,2 +1 @@
 SOC_FAMILY = "omapl137"
-
diff --git a/conf/machine/include/omapl138.conf b/conf/machine/include/omapl138.inc
similarity index 100%
rename from conf/machine/include/omapl138.conf
rename to conf/machine/include/omapl138.inc





More information about the Openembedded-commits mailing list