aboutsummaryrefslogtreecommitdiff
path: root/include
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
parent70222a6beb4d8ed570dfa281b1ba681fe76a7f8a (diff)
downloadu-boot-b8ce90a8df43348bc7b74562aadcde0014f4d29a.zip
u-boot-b8ce90a8df43348bc7b74562aadcde0014f4d29a.tar.gz
u-boot-b8ce90a8df43348bc7b74562aadcde0014f4d29a.tar.bz2
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')
-rw-r--r--include/configs/SBx81LIFKW.h5
-rw-r--r--include/configs/dns325.h7
-rw-r--r--include/configs/dreamplug.h4
-rw-r--r--include/configs/ds109.h4
-rw-r--r--include/configs/goflexhome.h7
-rw-r--r--include/configs/guruplug.h4
-rw-r--r--include/configs/nas220.h7
-rw-r--r--include/configs/sheevaplug.h4
8 files changed, 0 insertions, 42 deletions
diff --git a/include/configs/SBx81LIFKW.h b/include/configs/SBx81LIFKW.h
index bcc2c20..2471266 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 */
diff --git a/include/configs/dns325.h b/include/configs/dns325.h
index 0d52ffb..8658c80 100644
--- a/include/configs/dns325.h
+++ b/include/configs/dns325.h
@@ -55,13 +55,6 @@
#endif
/*
- * RTC driver configuration
- */
-#ifdef CONFIG_CMD_DATE
-#define CONFIG_RTC_MV
-#endif
-
-/*
* Enable GPI0 support
*/
#define CONFIG_KIRKWOOD_GPIO
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
index 742232d..1c94bf9 100644
--- a/include/configs/dreamplug.h
+++ b/include/configs/dreamplug.h
@@ -27,10 +27,6 @@
*/
#include "mv-plug-common.h"
-#ifdef CONFIG_CMD_DATE
-#define CONFIG_RTC_MV
-#endif /* CONFIG_CMD_DATE */
-
/*
* Environment variables configurations
*/
diff --git a/include/configs/ds109.h b/include/configs/ds109.h
index f8d6637..c06f005 100644
--- a/include/configs/ds109.h
+++ b/include/configs/ds109.h
@@ -30,10 +30,6 @@
*/
#include "mv-plug-common.h"
-#ifdef CONFIG_CMD_DATE
-#define CONFIG_RTC_MV
-#endif /* CONFIG_CMD_DATE */
-
/*
* Environment variables configurations
*/
diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h
index 29e104f..1d69a4e 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 */
diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h
index 3ce021a..739ab32 100644
--- a/include/configs/guruplug.h
+++ b/include/configs/guruplug.h
@@ -25,10 +25,6 @@
*/
#include "mv-plug-common.h"
-#ifdef CONFIG_CMD_DATE
-#define CONFIG_RTC_MV
-#endif /* CONFIG_CMD_DATE */
-
/*
* Environment variables configurations
*/
diff --git a/include/configs/nas220.h b/include/configs/nas220.h
index b37705e..ca5cb2a 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 */
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 12e38b3..deec717 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -29,10 +29,6 @@
*/
#include "mv-plug-common.h"
-#ifdef CONFIG_CMD_DATE
-#define CONFIG_RTC_MV
-#endif /* CONFIG_CMD_DATE */
-
/*
* Environment variables configurations
*/