diff options
| author | Siva Durga Prasad Paladugu <[email protected]> | 2015-08-04 13:03:26 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2015-08-19 11:27:30 +0200 |
| commit | 16fa00a71147de0fb87062f912478a0551d148d3 (patch) | |
| tree | 6e50cfecf80f86e61e3a345d7628b51135a3b25f /configs | |
| parent | ff560a13056a565a4e9ce1761bd04276a3cace88 (diff) | |
zynqmp: usb: Add usb dwc3 driver support for zynqmp
Added usb dwc3 driver support for zynqmp
this also supports the DFU and LTHOR to download
the linux images on to RAM and cen be booted from
those linux images.
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/xilinx_zynqmp_ep_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_ep_defconfig b/configs/xilinx_zynqmp_ep_defconfig index fc2ce2a144c..0ee6fe4455d 100644 --- a/configs/xilinx_zynqmp_ep_defconfig +++ b/configs/xilinx_zynqmp_ep_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_ZYNQMP=y +CONFIG_ZYNQMP_USB=y CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_DEFAULT_DEVICE_TREE="zynqmp-ep" CONFIG_SYS_PROMPT="ZynqMP> " |
