diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-11-01 11:36:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-02 11:11:48 +0100 |
commit | 1095768c5f96fed3c5ccf4bb60e1efdc1bc4f86a (patch) | |
tree | b3f53d75fd713e3dcd5efd6951ff7912d76cfd0d /recipes/u-boot | |
parent | 648409319f56ded2014161853bf147411fe91e64 (diff) |
u-boot-omap3pandora: Bump SRCREV to fix issue with loading without an EXT board attached.
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | recipes/u-boot/u-boot-omap3pandora_git.bb | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/recipes/u-boot/u-boot-omap3pandora_git.bb b/recipes/u-boot/u-boot-omap3pandora_git.bb index e9e88fabe4..77634aa080 100644 --- a/recipes/u-boot/u-boot-omap3pandora_git.bb +++ b/recipes/u-boot/u-boot-omap3pandora_git.bb @@ -3,24 +3,17 @@ require u-boot.inc COMPATIBLE_MACHINE = "omap3-pandora" # Latest SRCREV for the final shipping boards. -SRCREV = "0ffcce5dad2153f5f3094f9114b1ae50aef2f5ad" - -# Latest SRCREV for the rev2 < boards. -#SRCREV = "f1cc097b8a8c3c5e1bb6fbec906cfedd939c5be3" +SRCREV = "70532c1152662f88ba1e0627c96307d93536508f" PROVIDES = "u-boot" PV = "pandora+${PR}+gitr${SRCREV}" -PR ="r2" +PR ="r3" PE = "1" SRC_URI = "git://git.openpandora.org/pandora-u-boot.git;branch=master;protocol=git \ " -# Rev 2 tree -#SRC_URI = "git://git.openpandora.org/pandora-u-boot.git;branch=rev3;protocol=git \ -#" - UBOOT_MACHINE_omap3-pandora = "omap3_pandora_config" S = "${WORKDIR}/git" |