I'd been using kernel 3.18.10-29 on a set of Beaglebone Black boards, and had
found and corrected this on my local build tree.
Kernel build fails when the source file drivers/usb/musb/musb_cppi41.c is
built, with these kernel options enabled:
CONFIG_USB_MUSB_HDRC=y
CONFIG_USB_TI_CPPI41_DMA=y
T
Kernel build for an ARM target (Beaglebone Black) fails when the source file
drivers/usb/musb/musb_cppi41.c is built, with these kernel options enabled:
CONFIG_USB_MUSB_HDRC=y
CONFIG_USB_TI_CPPI41_DMA=y
The build fails with these errors, due to a misspelled constant name
EP_MODE_AUTOREQ_NONE:
len = len;
---
> On 30 Mar 2016, at 19:29, Sergei Shtylyov
> wrote:
>
> Hello.
>
> On 3/30/2016 1:56 AM, Antonio Victor Hilario wrote:
>
>> I'd been using kernel 3.18.10-29 on a set of Beaglebone Black boards, and
>> had found and corrected this on my local build