diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-21 11:26:50 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-21 11:26:50 +0200 |
commit | 8380d36fe30c4ad824b00ba7f8c5fc5f70404db8 (patch) | |
tree | 0bf28b4a8302d9c07821177dddd4de47bd4c1d3e | |
parent | 8b3464d1526899e1d68cbcb87c221cd52e3f8099 (diff) | |
download | meta-ti-8380d36fe30c4ad824b00ba7f8c5fc5f70404db8.tar.gz |
linux-ti33x-psp 3.1rc8: remove MUSB probe order for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig | 4 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig index dcb4e8cf..7adcefc1 100644 --- a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig +++ b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig | |||
@@ -2591,8 +2591,8 @@ CONFIG_USB_GADGET=y | |||
2591 | # CONFIG_USB_GADGET_DEBUG_FS is not set | 2591 | # CONFIG_USB_GADGET_DEBUG_FS is not set |
2592 | CONFIG_USB_GADGET_VBUS_DRAW=2 | 2592 | CONFIG_USB_GADGET_VBUS_DRAW=2 |
2593 | CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 | 2593 | CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 |
2594 | # CONFIG_USB_GADGET_PORT_USB1 is not set | 2594 | CONFIG_USB_GADGET_PORT_USB1=y |
2595 | CONFIG_USB_GADGET_PORT_USB0=y | 2595 | # CONFIG_USB_GADGET_PORT_USB0 is not set |
2596 | # CONFIG_USB_FUSB300 is not set | 2596 | # CONFIG_USB_FUSB300 is not set |
2597 | # CONFIG_USB_OMAP is not set | 2597 | # CONFIG_USB_OMAP is not set |
2598 | # CONFIG_USB_R8A66597 is not set | 2598 | # CONFIG_USB_R8A66597 is not set |
diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb index 6fcfd8b1..d91e8e3c 100644 --- a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb +++ b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb | |||
@@ -11,7 +11,7 @@ MULTI_CONFIG_BASE_SUFFIX = "" | |||
11 | 11 | ||
12 | BRANCH = "master" | 12 | BRANCH = "master" |
13 | SRCREV = "a95ceb11b5858feae89895d14d7f7bc41cca9fd6" | 13 | SRCREV = "a95ceb11b5858feae89895d14d7f7bc41cca9fd6" |
14 | MACHINE_KERNEL_PR_append = "g+gitr${SRCREV}" | 14 | MACHINE_KERNEL_PR_append = "h+gitr${SRCREV}" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE = "(ti33x)" | 16 | COMPATIBLE_MACHINE = "(ti33x)" |
17 | 17 | ||