From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Jacques Hiblot Date: Fri, 4 Jan 2019 16:17:39 +0100 Subject: [U-Boot] [GIT] Pull request: u-boot-dfu (04.01.2019) In-Reply-To: References: <20190104080159.647a8322@jawa> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >