From 8380d36fe30c4ad824b00ba7f8c5fc5f70404db8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 21 Oct 2011 11:26:50 +0200 Subject: [PATCH] linux-ti33x-psp 3.1rc8: remove MUSB probe order for beaglebone Signed-off-by: Koen Kooi --- .../linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig | 4 ++-- 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 # CONFIG_USB_GADGET_DEBUG_FS is not set CONFIG_USB_GADGET_VBUS_DRAW=2 CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 -# CONFIG_USB_GADGET_PORT_USB1 is not set -CONFIG_USB_GADGET_PORT_USB0=y +CONFIG_USB_GADGET_PORT_USB1=y +# CONFIG_USB_GADGET_PORT_USB0 is not set # CONFIG_USB_FUSB300 is not set # CONFIG_USB_OMAP is not set # 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 = "" BRANCH = "master" SRCREV = "a95ceb11b5858feae89895d14d7f7bc41cca9fd6" -MACHINE_KERNEL_PR_append = "g+gitr${SRCREV}" +MACHINE_KERNEL_PR_append = "h+gitr${SRCREV}" COMPATIBLE_MACHINE = "(ti33x)"