mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 05:04:23 +08:00
Add RTC support for STK52XX.200
Patch by Martin Krause, 7 Apr. 2005
This commit is contained in:
parent
e7e671b823
commit
4f562f145a
@ -2,6 +2,9 @@
|
||||
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
|
||||
|
||||
* Enable PCI on hmi1001 board
|
||||
|
@ -416,7 +416,12 @@
|
||||
/*
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user