summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp_3.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-07 14:27:50 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-08 09:47:10 +0100
commitaa209df889e2fce6f231e10552b5e7de4605889a (patch)
tree7aa4710b46e4a5744ba27556288f673e0977aa2b /recipes-kernel/linux/linux-ti33x-psp_3.1.bb
parent81c2ba4f91b62a7800e62e1aaba5783a7596c46b (diff)
downloadmeta-ti-aa209df889e2fce6f231e10552b5e7de4605889a.tar.gz
linux-ti33x-psp 3.1: disable MUSB DMA for beaglebone
This trades "not working" for "slightly less performance" for a lot of use cases Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp_3.1.bb')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp_3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.1.bb b/recipes-kernel/linux/linux-ti33x-psp_3.1.bb
index 46687493..029b5c35 100644
--- a/recipes-kernel/linux/linux-ti33x-psp_3.1.bb
+++ b/recipes-kernel/linux/linux-ti33x-psp_3.1.bb
@@ -11,7 +11,7 @@ MULTI_CONFIG_BASE_SUFFIX = ""
11 11
12BRANCH = "v3.1-meta-ti-r1r+gitr1d84d8853fa30cf3db2571a5aec572accca4e29d" 12BRANCH = "v3.1-meta-ti-r1r+gitr1d84d8853fa30cf3db2571a5aec572accca4e29d"
13SRCREV = "1d84d8853fa30cf3db2571a5aec572accca4e29d" 13SRCREV = "1d84d8853fa30cf3db2571a5aec572accca4e29d"
14MACHINE_KERNEL_PR_append = "e+gitr${SRCREV}" 14MACHINE_KERNEL_PR_append = "f+gitr${SRCREV}"
15 15
16COMPATIBLE_MACHINE = "(ti33x)" 16COMPATIBLE_MACHINE = "(ti33x)"
17 17