From b8ce90a8df43348bc7b74562aadcde0014f4d29a Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 7 Aug 2018 19:41:46 +1200 Subject: 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 Signed-off-by: Stefan Roese --- include/configs/dns325.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/configs/dns325.h') diff --git a/include/configs/dns325.h b/include/configs/dns325.h index 0d52ffb4d7..8658c80fdc 100644 --- a/include/configs/dns325.h +++ b/include/configs/dns325.h @@ -54,13 +54,6 @@ #define CONFIG_SYS_ATA_IDE1_OFFSET MV_SATA_PORT1_OFFSET #endif -/* - * RTC driver configuration - */ -#ifdef CONFIG_CMD_DATE -#define CONFIG_RTC_MV -#endif - /* * Enable GPI0 support */ -- cgit v1.2.1