summaryrefslogtreecommitdiff
path: root/include/configs/SBx81LIFKW.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/SBx81LIFKW.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/SBx81LIFKW.h')
-rw-r--r--include/configs/SBx81LIFKW.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/SBx81LIFKW.h b/include/configs/SBx81LIFKW.h
index bcc2c201d2..24712662d4 100644
--- a/include/configs/SBx81LIFKW.h
+++ b/include/configs/SBx81LIFKW.h
@@ -109,11 +109,6 @@
#define CONFIG_ENV_OVERWRITE /* ethaddr can be reprogrammed */
#endif /* CONFIG_CMD_NET */
-/*
- * Time settings
- */
-#define CONFIG_RTC_MV
-
#define CONFIG_SYS_LOAD_ADDR 0x1000000 /* default location for tftp and bootm */
#endif /* _CONFIG_SBX81LIFKW_H */