diff mbox series

[U-Boot,2/2] arm64: versal: Enable dm command

Message ID 97af02abd6917904322362530c25fd75983a6b31.1547713037.git.michal.simek@xilinx.com
State Accepted
Commit 89fe08bb88d89ba979e1e9d0766891ba8d26ed62
Delegated to: Michal Simek
Headers show
Series [U-Boot,1/2] arm64: versal: Enable i2c cadence controller and i2c command | expand

Commit Message

Michal Simek Jan. 17, 2019, 8:17 a.m. UTC
It is useful to have this command enable to see which devices are
bind/probed.

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

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

Patch

diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
index 3f26163913b7..57e497c922f8 100644
--- a/configs/xilinx_versal_virt_defconfig
+++ b/configs/xilinx_versal_virt_defconfig
@@ -19,6 +19,7 @@  CONFIG_SYS_PROMPT="Versal> "
 CONFIG_CMD_BOOTMENU=y
 CONFIG_CMD_MEMTEST=y
 CONFIG_SYS_ALT_MEMTEST=y
+CONFIG_CMD_DM=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y