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 /common/Makefile | |
parent | 07e2822d158940a0e8ba45b6ab0344ffa1011a07 (diff) |
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 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index 4d99ecd6168..a83246ee27b 100644 --- a/common/Makefile +++ b/common/Makefile @@ -59,6 +59,7 @@ obj-$(CONFIG_CMD_BOOTLDR) += cmd_bootldr.o obj-$(CONFIG_CMD_BOOTSTAGE) += cmd_bootstage.o obj-$(CONFIG_CMD_CACHE) += cmd_cache.o obj-$(CONFIG_CMD_CBFS) += cmd_cbfs.o +obj-$(CONFIG_CMD_CLK) += cmd_clk.o obj-$(CONFIG_CMD_CONSOLE) += cmd_console.o obj-$(CONFIG_CMD_CPLBINFO) += cmd_cplbinfo.o obj-$(CONFIG_DATAFLASH_MMC_SELECT) += cmd_dataflash_mmc_mux.o |