diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-25 09:46:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-25 09:46:10 +0200 |
commit | 5795c0b430a86a598d220af035add25ebc3f27ce (patch) | |
tree | b4d833d77206cb0f79136dcbe102d3f301ee2b90 /recipes/u-boot | |
parent | d8b6dce76b97a69bc4678d3d8df5c9fcf906b913 (diff) |
u-boot git: update omap3evm
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 4b5d5af710..9846cd8e95 100644 --- a/recipes/u-boot/u-boot_git.bb +++ b/recipes/u-boot/u-boot_git.bb @@ -16,9 +16,9 @@ SRC_URI_beagleboard = "git://gitorious.org/u-boot-omap3/mainline.git;branch=omap SRCREV_beagleboard = "2dea1db2a3b7c12ed70bbf8ee50755089c5e5170" PV_beagleboard = "2009.03+${PR}+gitr${SRCREV}" -SRC_URI_omap3evm = "git://www.sakoman.net/git/u-boot-omap3.git;branch=omap3;protocol=git" -SRCREV_omap3evm = "1e329ec630b31803ee191d2ee335214662b5bfea" -PV_omap3evm = "2008.10+${PR}+gitr${SRCREV}" +SRC_URI_omap3evm = "git://gitorious.org/u-boot-omap3/mainline.git;branch=omap3-dev;protocol=git" +SRCREV_omap3evm = "2dea1db2a3b7c12ed70bbf8ee50755089c5e5170" +PV_omap3evm = "2009.03+${PR}+gitr${SRCREV}" SRC_URI_omapzoom = "git://www.sakoman.net/git/u-boot-omap3.git;branch=omap3-dev;protocol=git" SRCREV_omapzoom = "d691b424f1f5bf7eea3a4131dfc578d272e8f335" |