u-boot-omap3pandora: Bump SRCREV to fix issue with loading without an EXT board attached.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Sun, 1 Nov 2009 11:36:42 +0000 (11:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 2 Nov 2009 10:11:48 +0000 (11:11 +0100)
recipes/u-boot/u-boot-omap3pandora_git.bb

index e9e88fa..77634aa 100644 (file)
@@ -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"