summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 12:25:23 +0300
committerTom Rini <trini@konsulko.com>2017-05-22 16:33:58 +0300
commitd91a9d7fb3910dcbb913bfe183c5268f0e5f928b (patch)
tree8fbf7e5efa1db940bb23b901e1840d649e38e612 /include
parent51f29370366a40fc54eec579c7567bc1356da6e4 (diff)
downloadu-boot-d91a9d7fb3910dcbb913bfe183c5268f0e5f928b.tar.xz
Convert CONFIG_CMD_GETTIME to Kconfig
This converts the following to Kconfig: CONFIG_CMD_GETTIME Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/config_cmd_all.h1
-rw-r--r--include/configs/x86-common.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h
index 7e9983e150..2c633e6727 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_GETTIME /* Get time since boot */
#define CONFIG_CMD_HASH /* calculate hash / digest */
#define CONFIG_CMD_IDE /* IDE harddisk support */
#define CONFIG_CMD_IMMAP /* IMMR dump support */
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 8284076b08..e9d5f3d053 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -73,7 +73,6 @@
#define CONFIG_CMD_IO
#define CONFIG_CMD_IRQ
#define CONFIG_CMD_PCI
-#define CONFIG_CMD_GETTIME
#define CONFIG_SCSI
#define CONFIG_CMD_ZBOOT