summaryrefslogtreecommitdiff
path: root/include/configs/dreamplug.h
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2018-08-07 19:41:45 +1200
committerStefan Roese <sr@denx.de>2018-08-07 10:51:19 +0200
commit70222a6beb4d8ed570dfa281b1ba681fe76a7f8a (patch)
tree00e981637635eb0bb92b081374d0845b681e0310 /include/configs/dreamplug.h
parentf596efb7499eceadf2940c35982df8cb44c3344b (diff)
downloadu-boot-70222a6beb4d8ed570dfa281b1ba681fe76a7f8a.tar.gz
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/dreamplug.h')
-rw-r--r--include/configs/dreamplug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
index 1c94bf9fa1..742232d2d6 100644
--- a/include/configs/dreamplug.h
+++ b/include/configs/dreamplug.h
@@ -27,6 +27,10 @@
*/
#include "mv-plug-common.h"
+#ifdef CONFIG_CMD_DATE
+#define CONFIG_RTC_MV
+#endif /* CONFIG_CMD_DATE */
+
/*
* Environment variables configurations
*/