diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-31 12:51:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-31 12:51:41 +0200 |
commit | bf47a92957f8f84ef8a7876122a4d552d461b426 (patch) | |
tree | bba226866b6047720e71de6379e4b9c47ee01ff2 /recipes/linux/linux-omap_2.6.29.bb | |
parent | f45c08535315277e8c2cd8b4699a1279a580b9a4 (diff) |
linux-omap 2.6.29: update mmc regulator patch
Diffstat (limited to 'recipes/linux/linux-omap_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux-omap_2.6.29.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb index 86827fd131..f5c20ba99a 100644 --- a/recipes/linux/linux-omap_2.6.29.bb +++ b/recipes/linux/linux-omap_2.6.29.bb @@ -10,7 +10,7 @@ DEFAULT_PREFERENCE = "-1" SRCREV = "90e758af52ba803cba233fabee81176d99589f09" -PR = "r1+gitr${SRCREV}" +PR = "r2+gitr${SRCREV}" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ file://defconfig" |