diff options
| author | Michal Simek <[email protected]> | 2019-01-16 16:52:19 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2019-01-24 10:03:44 +0100 |
| commit | 89fe08bb88d89ba979e1e9d0766891ba8d26ed62 (patch) | |
| tree | 1546f6f739ef4649dca5b1955a2ddd0b023e9f88 | |
| parent | c447a17d9e94ddca3ae6c5c11a1a7bb6618950a5 (diff) | |
arm64: versal: Enable dm command
It is useful to have this command enable to see which devices are
bind/probed.
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | configs/xilinx_versal_virt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig index 3f26163913b..57e497c922f 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 |
