diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-11-22 14:54:31 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-03 10:44:10 -0500 |
commit | d27db67e6b130972441ea27344d09395dee0ae42 (patch) | |
tree | 6e2fa7375c91b1e619acb8ae5f4362ec746e55d8 /include/configs/pcm052.h | |
parent | 0c07a9b4078d7a414674e5548c428994df1842bf (diff) | |
download | u-boot-d27db67e6b130972441ea27344d09395dee0ae42.tar.gz |
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/pcm052.h')
-rw-r--r-- | include/configs/pcm052.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |