diff options
author | Chris Packham <judge.packham@gmail.com> | 2017-04-29 03:20:28 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-01 13:04:56 (GMT) |
commit | c9032ce168c1344fe8ffe8604825ec343ec14adf (patch) | |
tree | 99ba9365ad6ec97acc42cd34e6c378672af2b804 /include/configs/TQM834x.h | |
parent | ae189ba1ac85e47fe57d6422bc9474ff081a30a4 (diff) | |
download | u-boot-c9032ce168c1344fe8ffe8604825ec343ec14adf.tar.xz |
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/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 42a9f77..e3c2cca 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -280,7 +280,6 @@ /* * Command line configuration. */ -#define CONFIG_CMD_DATE #define CONFIG_CMD_DTT #define CONFIG_CMD_EEPROM #define CONFIG_CMD_JFFS2 |