diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2013-11-21 13:39:03 -0800 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-02-19 09:41:22 +0100 |
commit | d6c9bbaad194b48e799ed84df67b629424a56508 (patch) | |
tree | 43c5c401cb570b08cedd08221252053392c9f201 /include/configs/zynq-common.h | |
parent | 19605e2e038eb7266c74c4aba6a4d6c9f33db797 (diff) | |
download | u-boot-imx-d6c9bbaad194b48e799ed84df67b629424a56508.zip u-boot-imx-d6c9bbaad194b48e799ed84df67b629424a56508.tar.gz u-boot-imx-d6c9bbaad194b48e799ed84df67b629424a56508.tar.bz2 |
zynq: Implement dump clock command
Enable and implement dump clock command which shows
soc frequencies.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 406ccaf..d6dc745 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -164,6 +164,7 @@ #define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_LONGHELP #define CONFIG_CLOCKS +#define CONFIG_CMD_CLK #define CONFIG_SYS_MAXARGS 15 /* max number of command args */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ |