aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot
diff options
context:
space:
mode:
authorchase maupin <chasemaupin03@gmail.com>2011-04-05 23:41:48 +0000
committerKoen Kooi <koen@openembedded.org>2011-04-07 14:21:37 +0200
commite30746f58f36a7d01e563a5af269258fab535393 (patch)
tree6149176c4b326d78abeb77ad77eaf6f0c827b71d /recipes/u-boot
parent5d11a20e17d378148667eec9d9b9202a121b7744 (diff)
downloadopenembedded-e30746f58f36a7d01e563a5af269258fab535393.tar.gz
u-boot: Add support for am45x-evm machine
* Added support for the am45x-evm machine type Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@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.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 9c5fa1336f..2cf5b12f89 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -209,6 +209,13 @@ SRCREV_omap4430-panda = "261733408a27d14590cf3ec6b596461808050e32"
PV_omap4430-panda = "2010.12+${PR}+git${SRCREV}"
PE_omap4430-panda = "1"
+SRC_URI_am45x-evm = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
+ file://fix-break-caused-by-new-binutils.patch \
+ "
+SRCREV_am45x-evm = "261733408a27d14590cf3ec6b596461808050e32"
+PV_am45x-evm = "2010.12+${PR}+git${SRCREV}"
+PE_am45x-evm = "1"
+
# DaVinci dm355-evm/dm365-evm/dm6446-evm/dm6467-evm/dm6467t-evm - PSP 3.1.0/3.2.0 (build 35)
SRC_URI_dm355-evm = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git;branch=u-boot-davinci-2009.06"