Hi Tom,
On 9/4/23 05:15, Venkatesh Yadav Abbarapu wrote:
When USB device driver CONFIG_USB and CONFIG_CMD_USB are disabled,
some compilation issues are seen. Also CMD_THOR_DOWNLOAD should
depend on USB_GADGET_DOWNLOAD. Add dependencies to resolve those
issues and compile properly. Also remove unused config CONFIG_ZYNQMP_USB.
Changes in v2:
- Added the dependency on USB_GADGET_DOWNLOAD for CMD_THOR_DOWNLOAD.
Venkatesh Yadav Abbarapu (2):
cmd: thordown: Add proper dependency for CMD_THOR_DOWNLOAD
zynqmp: config: Add proper dependencies for USB
arch/arm/mach-zynqmp/Kconfig | 3 ---
cmd/Kconfig | 2 ++
configs/xilinx_zynqmp_virt_defconfig | 1 -
include/configs/xilinx_zynqmp.h | 4 ++--
4 files changed, 4 insertions(+), 6 deletions(-)
Do you see issue with these 2 patches?
Thanks,
Michal