summaryrefslogtreecommitdiff
path: root/include/configs/nas220.h
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2018-08-07 19:41:46 +1200
committerStefan Roese <sr@denx.de>2018-08-07 10:51:19 +0200
commitb8ce90a8df43348bc7b74562aadcde0014f4d29a (patch)
tree765e617e6c1c0f3b8a7a761cacdb07344ee067e6 /include/configs/nas220.h
parent70222a6beb4d8ed570dfa281b1ba681fe76a7f8a (diff)
configs: kirkwood: Move RTC_MV to DM and Kconfig
Now that there is DM support in the RTC_MV driver update board configs to use it. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/nas220.h')
-rw-r--r--include/configs/nas220.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/nas220.h b/include/configs/nas220.h
index b37705e26e..ca5cb2a838 100644
--- a/include/configs/nas220.h
+++ b/include/configs/nas220.h
@@ -107,13 +107,6 @@
* EFI partition
*/
-/*
- * Date Time
- */
-#ifdef CONFIG_CMD_DATE
-#define CONFIG_RTC_MV
-#endif /* CONFIG_CMD_DATE */
-
#define CONFIG_KIRKWOOD_GPIO
#endif /* _CONFIG_NAS220_H */