Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | rtc/: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -2/+2 |
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -1/+1 |
| | | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | Some code cleanup for GCC 4.x | Wolfgang Denk | 2006-03-11 | -2/+2 |
| | ||||
* | Minor cleanup | wdenk | 2005-04-03 | -1/+0 |
| | ||||
* | Code Cleanup | wdenk | 2004-10-10 | -0/+303 |
Patch by Gary Jennejohn, 04 Oct 2004: - fix I2C on at91rm9200 - add support for Ricoh RS5C372A RTC |