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/M5329EVB.h | |
parent | ae189ba1ac85e47fe57d6422bc9474ff081a30a4 (diff) | |
download | u-boot-c9032ce168c1344fe8ffe8604825ec343ec14adf.tar.gz u-boot-c9032ce168c1344fe8ffe8604825ec343ec14adf.tar.bz2 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/M5329EVB.h')
-rw-r--r-- | include/configs/M5329EVB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/M5329EVB.h b/include/configs/M5329EVB.h index 46c50ea1f2..999bcd9495 100644 --- a/include/configs/M5329EVB.h +++ b/include/configs/M5329EVB.h @@ -26,7 +26,6 @@ #define CONFIG_WATCHDOG_TIMEOUT 5000 /* timeout in milliseconds, max timeout is 6.71sec */ /* Command line configuration */ -#define CONFIG_CMD_DATE #define CONFIG_CMD_REGINFO #ifdef CONFIG_NANDFLASH_SIZE |