summaryrefslogtreecommitdiff
path: root/include/configs/m53menlo.h
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2018-11-22 16:54:31 +0300
committerTom Rini <trini@konsulko.com>2018-12-03 18:44:10 +0300
commitd27db67e6b130972441ea27344d09395dee0ae42 (patch)
tree6e2fa7375c91b1e619acb8ae5f4362ec746e55d8 /include/configs/m53menlo.h
parent0c07a9b4078d7a414674e5548c428994df1842bf (diff)
downloadu-boot-d27db67e6b130972441ea27344d09395dee0ae42.tar.xz
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/m53menlo.h')
-rw-r--r--include/configs/m53menlo.h1
1 files changed, 0 insertions, 1 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