aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-11-01 11:36:42 +0000
committerKoen Kooi <koen@openembedded.org>2009-11-02 11:11:48 +0100
commit1095768c5f96fed3c5ccf4bb60e1efdc1bc4f86a (patch)
treeb3f53d75fd713e3dcd5efd6951ff7912d76cfd0d
parent648409319f56ded2014161853bf147411fe91e64 (diff)
downloadopenembedded-1095768c5f96fed3c5ccf4bb60e1efdc1bc4f86a.tar.gz
u-boot-omap3pandora: Bump SRCREV to fix issue with loading without an EXT board attached.
-rw-r--r--recipes/u-boot/u-boot-omap3pandora_git.bb11
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"