diff mbox series

[U-Boot] arm64: zynqmp: Enable bind/unbind commands

Message ID d8087b97a85cc500252bfe8dedfa22f9096f7b92.1568901278.git.michal.simek@xilinx.com
State Deferred
Headers show
Series [U-Boot] arm64: zynqmp: Enable bind/unbind commands | expand

Commit Message

Michal Simek Sept. 19, 2019, 1:54 p.m. UTC
These commands are useful in connection to usb and other devices that's why
enable it by default.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/xilinx_zynqmp_zcu102_revA_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/xilinx_zynqmp_zcu102_revA_defconfig b/configs/xilinx_zynqmp_zcu102_revA_defconfig
index bdcd96d59947..f13a99d3521a 100644
--- a/configs/xilinx_zynqmp_zcu102_revA_defconfig
+++ b/configs/xilinx_zynqmp_zcu102_revA_defconfig
@@ -26,6 +26,7 @@  CONFIG_SYS_PROMPT="ZynqMP> "
 CONFIG_CMD_THOR_DOWNLOAD=y
 CONFIG_CMD_MEMTEST=y
 CONFIG_SYS_ALT_MEMTEST=y
+CONFIG_CMD_BIND=y
 CONFIG_CMD_CLK=y
 CONFIG_CMD_DFU=y
 # CONFIG_CMD_FLASH is not set