diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-11-21 13:39:02 -0800 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-02-04 16:32:20 +0100 |
commit | 08d0d6f32ecf75a6c5dede5fc9ee84b84d8b90e7 (patch) | |
tree | be8d95641cf786e62b8ca9c69469d582ddcad249 /include/config_cmd_all.h | |
parent | 07e2822d158940a0e8ba45b6ab0344ffa1011a07 (diff) | |
download | u-boot-08d0d6f32ecf75a6c5dede5fc9ee84b84d8b90e7.tar.gz |
common: Add new clk command
Command provides just dump subcommand for showing clock
frequencies in a soc.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index d84706969d..3e8983f244 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -23,6 +23,7 @@ #define CONFIG_CMD_BSP /* Board Specific functions */ #define CONFIG_CMD_CACHE /* icache, dcache */ #define CONFIG_CMD_CDP /* Cisco Discovery Protocol */ +#define CONFIG_CMD_CLK /* Clock support */ #define CONFIG_CMD_CONSOLE /* coninfo */ #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ #define CONFIG_CMD_DHCP /* DHCP Support */ |