diff options
author | Chris Packham <judge.packham@gmail.com> | 2017-04-29 15:20:28 +1200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-01 09:04:56 -0400 |
commit | c9032ce168c1344fe8ffe8604825ec343ec14adf (patch) | |
tree | 99ba9365ad6ec97acc42cd34e6c378672af2b804 /include/configs/adp-ag101p.h | |
parent | ae189ba1ac85e47fe57d6422bc9474ff081a30a4 (diff) | |
download | u-boot-c9032ce168c1344fe8ffe8604825ec343ec14adf.tar.gz u-boot-c9032ce168c1344fe8ffe8604825ec343ec14adf.tar.xz u-boot-c9032ce168c1344fe8ffe8604825ec343ec14adf.zip |
cmd: add Kconfig option for 'date' command
Signed-off-by: Chris Packham <judge.packham@gmail.com>
[trini: default y if DM_RTC, re-sync]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/adp-ag101p.h')
-rw-r--r-- | include/configs/adp-ag101p.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/adp-ag101p.h b/include/configs/adp-ag101p.h index d557c42567..b42fcfa8d5 100644 --- a/include/configs/adp-ag101p.h +++ b/include/configs/adp-ag101p.h @@ -104,11 +104,6 @@ #define CONFIG_FTSDC010_SDIO /* - * Command line configuration. - */ -#define CONFIG_CMD_DATE - -/* * Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ |