summaryrefslogtreecommitdiff
path: root/include/configs/goflexhome.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/goflexhome.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/goflexhome.h')
-rw-r--r--include/configs/goflexhome.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h
index 29e104f3c6..1d69a4e518 100644
--- a/include/configs/goflexhome.h
+++ b/include/configs/goflexhome.h
@@ -93,11 +93,4 @@
#define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET
#endif /*CONFIG_MVSATA_IDE*/
-/*
- * * RTC driver configuration
- * */
-#ifdef CONFIG_CMD_DATE
-#define CONFIG_RTC_MV
-#endif /* CONFIG_CMD_DATE */
-
#endif /* _CONFIG_GOFLEXHOME_H */