diff options
author | Michal Simek | 2017-12-01 15:35:43 +0100 |
---|---|---|
committer | Michal Simek | 2017-12-14 20:08:23 +0100 |
commit | 1ab896479c928ca9687976dd119a0d0730b14760 (patch) | |
tree | 54a4830628e0c5c7bcfb8a80ab5825f4274a179e /configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | |
parent | d70cb51830406fd3fd89c595b7b4995e4c75da41 (diff) |
arm64: zynqmp: Enable clock command for all boards
clk command provides an option to see actual clock setting.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig b/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig index 6067ab48e81..c2805ac0812 100644 --- a/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig +++ b/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig @@ -22,6 +22,7 @@ CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH_MMC_DEV=0 CONFIG_CMD_THOR_DOWNLOAD=y CONFIG_CMD_MEMTEST=y +CONFIG_CMD_CLK=y CONFIG_CMD_DFU=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y |