summaryrefslogtreecommitdiff
path: root/include/configs/mv-plug-common.h
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2018-08-07 10:41:45 +0300
committerStefan Roese <sr@denx.de>2018-08-07 11:51:19 +0300
commit70222a6beb4d8ed570dfa281b1ba681fe76a7f8a (patch)
tree00e981637635eb0bb92b081374d0845b681e0310 /include/configs/mv-plug-common.h
parentf596efb7499eceadf2940c35982df8cb44c3344b (diff)
downloadu-boot-70222a6beb4d8ed570dfa281b1ba681fe76a7f8a.tar.xz
configs: move RTC_MV config from mv-plug-common.h to boards
To aid in migrating CONFIG_RTC_MV to Kconfig move the definition of it from mv-plug-common.h to the board config headers that nest it. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/mv-plug-common.h')
-rw-r--r--include/configs/mv-plug-common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/mv-plug-common.h b/include/configs/mv-plug-common.h
index 81c07a889a..f424e2cc6c 100644
--- a/include/configs/mv-plug-common.h
+++ b/include/configs/mv-plug-common.h
@@ -22,11 +22,4 @@
*/
#include "mv-common.h"
-/*
- * RTC driver configuration
- */
-#ifdef CONFIG_CMD_DATE
-#define CONFIG_RTC_MV
-#endif /* CONFIG_CMD_DATE */
-
#endif /* _CONFIG_MARVELL_PLUG_H */