diff options
| author | Tom Rini <[email protected]> | 2022-10-28 20:27:03 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-11-10 09:45:54 -0500 |
| commit | e28e0f47f3df1264824f1c8bc8c1a5174a9f3cee (patch) | |
| tree | 90ed9e050c3576cf2dbc69c43479bb5de66cb4c1 /include | |
| parent | 2c8d04dd1794baf777dea9ffdacf6a61033f2876 (diff) | |
rtc: Remove unused drivers
These drivers are not enabled anywhere, remove them.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/m53menlo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h index 03e1619c869..4bf4496dafc 100644 --- a/include/configs/m53menlo.h +++ b/include/configs/m53menlo.h @@ -66,7 +66,6 @@ */ #ifdef CONFIG_CMD_DATE #define CONFIG_SYS_I2C_RTC_ADDR 0x68 -#define CONFIG_SYS_M41T11_BASE_YEAR 2000 #endif /* |
