diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-10 09:44:56 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-27 09:04:02 -0500 |
commit | 14f31c3c5a19dde049355ced3edd121c31842460 (patch) | |
tree | 797afe743d76d6f4df9eed0a675e8f5367d67397 /recipes-kernel | |
parent | a94f765b9867abefd5f0bd262b5dddb8782b3187 (diff) | |
download | meta-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.bb | 4 |
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" | |||
10 | MULTI_CONFIG_BASE_SUFFIX = "" | 10 | MULTI_CONFIG_BASE_SUFFIX = "" |
11 | 11 | ||
12 | BRANCH = "v3.2-staging" | 12 | BRANCH = "v3.2-staging" |
13 | SRCREV = "21ef5e1fa530eb8f23bfe18650e3915d7c291ca9" | 13 | SRCREV = "09e9651bcf2ee8d86685f2a8075bc6557b1d3b91" |
14 | MACHINE_KERNEL_PR_append = "e+gitr${SRCREV}" | 14 | MACHINE_KERNEL_PR_append = "f+gitr${SRCREV}" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE = "(ti33x)" | 16 | COMPATIBLE_MACHINE = "(ti33x)" |
17 | 17 | ||