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 /configs/xpedite537x_defconfig | |
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 'configs/xpedite537x_defconfig')
-rw-r--r-- | configs/xpedite537x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xpedite537x_defconfig b/configs/xpedite537x_defconfig index 5712edf2c4..41dee5d839 100644 --- a/configs/xpedite537x_defconfig +++ b/configs/xpedite537x_defconfig @@ -14,6 +14,7 @@ CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_SNTP=y +CONFIG_CMD_DATE=y CONFIG_SYS_FSL_DDR2=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y |