Add RTC support for STK52XX.200

Patch by Martin Krause, 7 Apr. 2005
This commit is contained in:
Wolfgang Denk 2005-08-18 11:51:12 +02:00
parent e7e671b823
commit 4f562f145a
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,9 @@
Changes for U-Boot 1.1.4: Changes for U-Boot 1.1.4:
====================================================================== ======================================================================
* Add RTC support for STK52XX.200
Patch by Martin Krause, 7 Apr. 2005
* Add support for IFM o2dnt board * Add support for IFM o2dnt board
* Enable PCI on hmi1001 board * Enable PCI on hmi1001 board

View File

@ -416,7 +416,12 @@
/* /*
* RTC configuration * RTC configuration
*/ */
#define CONFIG_RTC_MPC5200 1 /* use internal MPC5200 RTC */ #if defined (CONFIG_STK52XX) && !defined (CONFIG_STK52XX_REV100)
# define CONFIG_RTC_M41T11 1
# define CFG_I2C_RTC_ADDR 0x68
#else
# define CONFIG_RTC_MPC5200 1 /* use internal MPC5200 RTC */
#endif
/* /*
* Miscellaneous configurable options * Miscellaneous configurable options