diff options
Diffstat (limited to 'include/configs/TQM5200.h')
-rw-r--r-- | include/configs/TQM5200.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 6dc7b12..1ed2c75 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -411,6 +411,8 @@ #if defined (CONFIG_STK52XX) && !defined (CONFIG_STK52XX_REV100) # define CONFIG_RTC_M41T11 1 # define CFG_I2C_RTC_ADDR 0x68 +# define CFG_M41T11_BASE_YEAR 1900 /* because Linux uses the same base + year */ #else # define CONFIG_RTC_MPC5200 1 /* use internal MPC5200 RTC */ #endif |