aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_git.bb
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2010-10-28 16:36:00 -0500
committerKoen Kooi <koen@openembedded.org>2010-11-17 10:24:36 +0100
commit64db5346f33d22595e044c172ca5afbd136a9c09 (patch)
treef00c60ad8dc839a608c5ddfab6fa88adbaf475af /recipes/u-boot/u-boot_git.bb
parent28d660f8627cf649c5013e72d01908be9e022bf7 (diff)
downloadopenembedded-64db5346f33d22595e044c172ca5afbd136a9c09.tar.gz
u-boot_git: use SOC_FAMILY for omapl devices
* Use the SOC_FAMILY override for omapl137 and omapl138 based devices. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/u-boot/u-boot_git.bb')
-rw-r--r--recipes/u-boot/u-boot_git.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 1e3f1aaa43..7e61b21dd2 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -241,15 +241,15 @@ SRC_URI_dm6467t-evm = "git://arago-project.org/git/projects/u-boot-dm646x.git;p
SRCREV_dm6467t-evm = "98b31e3aae3e3fb772f8d06c18ccdd6265aa0d38"
PV_dm6467t-evm = "2009.08+${PR}+gitr${SRCREV}"
-# OMAPL1 da380-omapl137/da850-omapl138-evm - PSP 3.20.0.11
+# OMAPL1 omapl137/omapl138 - PSP 3.20.0.11
-SRC_URI_da830-omapl137-evm = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=git"
-SRCREV_da830-omapl137-evm = "5f16b8551b125f16cd8d58f278cb25b94272fd9f"
-PV_da830-omapl137-evm = "2009.11+${PR}+gitr${SRCREV}"
+SRC_URI_omapl137 = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=git"
+SRCREV_omapl137 = "5f16b8551b125f16cd8d58f278cb25b94272fd9f"
+PV_omapl137 = "2009.11+${PR}+gitr${SRCREV}"
-SRC_URI_da850-omapl138-evm = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=git"
-SRCREV_da850-omapl138-evm = "5f16b8551b125f16cd8d58f278cb25b94272fd9f"
-PV_da850-omapl138-evm = "2009.11+${PR}+gitr${SRCREV}"
+SRC_URI_omapl138 = "git://arago-project.org/git/projects/u-boot-omapl1.git;protocol=git"
+SRCREV_omapl138 = "5f16b8551b125f16cd8d58f278cb25b94272fd9f"
+PV_omapl138 = "2009.11+${PR}+gitr${SRCREV}"
# hawkboard - master branch (hawk still .07beta)