x-load: bump SRCREV to get NAND boot working when there's no MMC inserted
authorKoen Kooi <koen@openembedded.org>
Fri, 8 Aug 2008 06:59:24 +0000 (06:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 8 Aug 2008 06:59:24 +0000 (06:59 +0000)
packages/x-load/x-load_git.bb

index ab926ed..82c39da 100644 (file)
@@ -2,10 +2,10 @@ require x-load.inc
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}"
 
-SRCREV = "04ad40d5c8bca196aa4a5dfe945a007e21f1b149"
+SRCREV = "0c9ba2fb18aaad9f92faad2351e59721ae71bec4"
 
 PV = "1.41+${PR}+git${SRCREV}"
-PR="r6"
+PR="r7"
 
 SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git"