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/edb93xx.h | |
parent | ae189ba1ac85e47fe57d6422bc9474ff081a30a4 (diff) | |
download | u-boot-c9032ce168c1344fe8ffe8604825ec343ec14adf.tar.gz |
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/edb93xx.h')
-rw-r--r-- | include/configs/edb93xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h index f012af547f..2fc85983e0 100644 --- a/include/configs/edb93xx.h +++ b/include/configs/edb93xx.h @@ -76,7 +76,6 @@ #define CONFIG_SYS_CLK_FREQ 14745600 /* EP93xx has a 14.7456 clock */ /* Monitor configuration */ -#undef CONFIG_CMD_DATE #define CONFIG_CMD_JFFS2 #define CONFIG_SYS_LONGHELP /* Enable "long" help in mon */ |