
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