summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-10 09:44:56 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-02-27 09:04:02 -0500
commit14f31c3c5a19dde049355ced3edd121c31842460 (patch)
tree797afe743d76d6f4df9eed0a675e8f5367d67397 /recipes-kernel
parenta94f765b9867abefd5f0bd262b5dddb8782b3187 (diff)
downloadmeta-ti-14f31c3c5a19dde049355ced3edd121c31842460.tar.gz
linux-ti33x-psp 3.2: fix ehrPWM polarity inversion
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp_3.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
index a25d5037..f2ba8e02 100644
--- a/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
+++ b/recipes-kernel/linux/linux-ti33x-psp_3.2.bb
@@ -10,8 +10,8 @@ S = "${WORKDIR}/git"
10MULTI_CONFIG_BASE_SUFFIX = "" 10MULTI_CONFIG_BASE_SUFFIX = ""
11 11
12BRANCH = "v3.2-staging" 12BRANCH = "v3.2-staging"
13SRCREV = "21ef5e1fa530eb8f23bfe18650e3915d7c291ca9" 13SRCREV = "09e9651bcf2ee8d86685f2a8075bc6557b1d3b91"
14MACHINE_KERNEL_PR_append = "e+gitr${SRCREV}" 14MACHINE_KERNEL_PR_append = "f+gitr${SRCREV}"
15 15
16COMPATIBLE_MACHINE = "(ti33x)" 16COMPATIBLE_MACHINE = "(ti33x)"
17 17