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/ls2080aqds_defconfig | |
parent | ae189ba1ac85e47fe57d6422bc9474ff081a30a4 (diff) |
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/ls2080aqds_defconfig')
-rw-r--r-- | configs/ls2080aqds_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls2080aqds_defconfig b/configs/ls2080aqds_defconfig index 770dea06056..fd889580a49 100644 --- a/configs/ls2080aqds_defconfig +++ b/configs/ls2080aqds_defconfig @@ -3,7 +3,6 @@ CONFIG_TARGET_LS2080AQDS=y CONFIG_FSL_LS_PPA=y CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-qds" # CONFIG_SYS_MALLOC_F is not set -CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y @@ -16,6 +15,7 @@ CONFIG_CMD_I2C=y CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_CACHE=y +CONFIG_CMD_DATE=y # CONFIG_ISO_PARTITION is not set CONFIG_OF_CONTROL=y CONFIG_NET_RANDOM_ETHADDR=y |