commit | 3e257dfdb895b722c9794c7ed54e93181515986d | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Sat Apr 29 15:20:28 2017 +1200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 01 09:04:56 2017 -0400 |
tree | 99ba9365ad6ec97acc42cd34e6c378672af2b804 | |
parent | 55f3ea733168b454c8241b2a9a730a1ae9666331 [diff] [blame] |
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>
diff --git a/configs/bk4r1_defconfig b/configs/bk4r1_defconfig index 173b222..c15070e 100644 --- a/configs/bk4r1_defconfig +++ b/configs/bk4r1_defconfig
@@ -17,6 +17,7 @@ CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y +CONFIG_CMD_DATE=y CONFIG_CMD_FAT=y CONFIG_CMD_UBI=y CONFIG_OF_CONTROL=y