summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2018-11-22 14:54:31 +0100
committerTom Rini <trini@konsulko.com>2018-12-03 10:44:10 -0500
commitd27db67e6b130972441ea27344d09395dee0ae42 (patch)
tree6e2fa7375c91b1e619acb8ae5f4362ec746e55d8 /include/configs
parent0c07a9b4078d7a414674e5548c428994df1842bf (diff)
downloadu-boot-d27db67e6b130972441ea27344d09395dee0ae42.tar.gz
u-boot-d27db67e6b130972441ea27344d09395dee0ae42.tar.xz
u-boot-d27db67e6b130972441ea27344d09395dee0ae42.zip
Kconfig: Migrate CONFIG_RTC_M41T62 define to Kconfig
This patch moves the RTC M41T62 config define to Kconfig. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/m53menlo.h1
-rw-r--r--include/configs/pcm052.h1
-rw-r--r--include/configs/x600.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h
index 94214b135d..3fca28da6b 100644
--- a/include/configs/m53menlo.h
+++ b/include/configs/m53menlo.h
@@ -110,7 +110,6 @@
* RTC
*/
#ifdef CONFIG_CMD_DATE
-#define CONFIG_RTC_M41T62
#define CONFIG_SYS_I2C_RTC_ADDR 0x68
#define CONFIG_SYS_M41T11_BASE_YEAR 2000
#endif
diff --git a/include/configs/pcm052.h b/include/configs/pcm052.h
index 9997795434..e125a38e7d 100644
--- a/include/configs/pcm052.h
+++ b/include/configs/pcm052.h
@@ -58,7 +58,6 @@
#define CONFIG_SYS_I2C_MXC
/* RTC (actually an RV-4162 but M41T62-compatible) */
-#define CONFIG_RTC_M41T62
#define CONFIG_SYS_I2C_RTC_ADDR 0x68
#define CONFIG_SYS_RTC_BUS_NUM 2
diff --git a/include/configs/x600.h b/include/configs/x600.h
index a6835ebbd5..639da8012c 100644
--- a/include/configs/x600.h
+++ b/include/configs/x600.h
@@ -75,7 +75,6 @@
#define CONFIG_SYS_I2C_SLAVE 0x02
#define CONFIG_I2C_CHIPADDRESS 0x50
-#define CONFIG_RTC_M41T62 1
#define CONFIG_SYS_I2C_RTC_ADDR 0x68
/* FPGA config options */