aboutsummaryrefslogtreecommitdiff
path: root/include/config_cmd_all.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-26 22:28:02 -0600
committerTom Rini <trini@konsulko.com>2017-04-30 13:40:58 -0400
commitd315628edbc99572c3d35cb72fffcd32e12f859b (patch)
tree06703a254d8a614f6d78ba2a873d1e0a9662b6ba /include/config_cmd_all.h
parent3d0aeb909001f37f35332606713cd92f213501cc (diff)
downloadu-boot-d315628edbc99572c3d35cb72fffcd32e12f859b.zip
u-boot-d315628edbc99572c3d35cb72fffcd32e12f859b.tar.gz
u-boot-d315628edbc99572c3d35cb72fffcd32e12f859b.tar.bz2
Convert CONFIG_CMD_CLK to Kconfig
This converts the following to Kconfig: CONFIG_CMD_CLK Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply CMD_CLK on ARCH_ZYNQ] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r--include/config_cmd_all.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index 38c9600..d40e18f 100644
--- a/include/config_cmd_all.h
+++ b/include/config_cmd_all.h
@@ -13,7 +13,6 @@
* Alphabetical list of all possible commands.
*/
-#define CONFIG_CMD_CLK /* Clock support */
#define CONFIG_CMD_DATE /* support for RTC, date/time...*/
#define CONFIG_CMD_DIAG /* Diagnostics */
#define CONFIG_CMD_DISPLAY /* Display support */