[U-Boot] [GIT] Pull request: u-boot-dfu (04.01.2019)

Jean-Jacques Hiblot jjhiblot at ti.com
Mon Jan 7 14:51:47 UTC 2019


On 04/01/2019 19:51, Marek Vasut wrote:
> On 1/4/19 4:17 PM, Jean-Jacques Hiblot wrote:
>> On 04/01/2019 16:07, Marek Vasut wrote:
>>> On 1/4/19 8:01 AM, Lukasz Majewski wrote:
>>>> Dear Marek,
>>>>
>>>> The following changes since commit
>>>> 7436f5e54d35bcad53befec90e2e67288071f74e:
>>>>
>>>>     Merge tag 'for-master-20190103' of git://git.denx.de/u-boot-rockchip
>>>>     (2019-01-03 08:39:44 -0500)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>     git://git.denx.de/u-boot-dfu.git
>>>>
>>>> for you to fetch changes up to deb73d0aea6ca09ecb56ea3431d3151427fff4a4:
>>>>
>>>>     dm: usb: gadget: Fix boot breakage on sunxi platforms (2019-01-03
>>>>     22:43:02 +0100)
>>>>
>>>> ----------------------------------------------------------------
>>>> Jean-Jacques Hiblot (3):
>>>>         dm: usb: udc: Use SEQ_ALIAS to index the USB gadget ports
>>>>         ARM: dts: define USB aliases for all omap5 platforms
>>>>         dm: usb: gadget: Fix boot breakage on sunxi platforms
>>> Why is udc-uclass.c compiled in when CONFIG_(SPL_)DM is enabled ?
>>> This doesn't make sense, I don't want any UDC code in builds which
>>> enable just DM .
>> It only adds the UCLASS_DRIVER definition for the USB gadget. The rest
>> is compiled out inside udc-uclass.c
> Why do we want it in unconditionally at all ?

We don't really. I'll post something to make it conditional on USB_GADGET.

I'll take the opportunity to rename SPL_USB_GADGET_SUPPORT to 
SPL_USB_GADGET for consistency.

But this may take some time to verify (buildman and also boot check), 
and the current version seems to work for everyone so far.

JJ





>


More information about the U-Boot mailing list