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/goflexhome.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/configs/goflexhome.h') 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 */ -- cgit v1.1