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

19 Sep
2019
19 Sep
'19
3:54 p.m.
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 --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
--
2.17.1
2060
Age (days ago)
2060
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Simek