summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-02-04 16:48:14 (GMT)
committerTom Rini <trini@ti.com>2014-02-04 16:51:20 (GMT)
commitc3a6e51c6f9256d7f41281da0bc684db45879da0 (patch)
tree9597e9a85b63de1fb3a961f2153627d15f84469f /include
parentb66af14dc9d0bb3b962e09b2d000f228e2d5b039 (diff)
parent08d0d6f32ecf75a6c5dede5fc9ee84b84d8b90e7 (diff)
downloadu-boot-c3a6e51c6f9256d7f41281da0bc684db45879da0.tar.xz
Merge branch 'clk' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'include')
-rw-r--r--include/clk.h6
-rw-r--r--include/config_cmd_all.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/include/clk.h b/include/clk.h
new file mode 100644
index 0000000..df4570c
--- /dev/null
+++ b/include/clk.h
@@ -0,0 +1,6 @@
+#ifndef _CLK_H_
+#define _CLK_H_
+
+int soc_clk_dump(void);
+
+#endif /* _CLK_H_ */
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index d847069..3e8983f 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 */