aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorchase maupin <chasemaupin03@gmail.com>2011-03-17 03:02:04 +0000
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:20 +0200
commit83f7f5d44e29cb21ba580874a1015eb55a1afaec (patch)
tree479d60304e8b5dab1f92954908d38fa977b94a43 /recipes/u-boot
parent8e7b3ab09d6813915be13063723a40907a4147f1 (diff)
downloadopenembedded-83f7f5d44e29cb21ba580874a1015eb55a1afaec.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 'recipes/u-boot')
-rw-r--r--recipes/u-boot/u-boot_git.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 69f0fe9c49..1f009ed717 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -207,10 +207,12 @@ SRCREV_dm355-evm = "ea7387c9511ac92a46d3d147adffe36f868820e4"
PV_dm355-evm = "2009.05+2009.06-rc0+${PR}+gitr${SRCREV}"
PE_dm355-evm = "1"
-SRC_URI_dm365-evm = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git;branch=u-boot-davinci-2009.06"
-SRCREV_dm365-evm = "ea7387c9511ac92a46d3d147adffe36f868820e4"
-PV_dm365-evm = "2009.05+2009.06-rc0+${PR}+gitr${SRCREV}"
-PE_dm365-evm = "1"
+# Use this for both dm365-evm and dm368-evm devices by using the dm365
+# SOC_FAMILY
+SRC_URI_dm365 = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git;branch=u-boot-davinci-2009.06"
+SRCREV_dm365 = "ea7387c9511ac92a46d3d147adffe36f868820e4"
+PV_dm365 = "2009.05+2009.06-rc0+${PR}+gitr${SRCREV}"
+PE_dm365 = "1"
SRC_URI_dm6446-evm = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git;branch=u-boot-davinci-2009.06"
SRCREV_dm6446-evm = "ea7387c9511ac92a46d3d147adffe36f868820e4"