Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -1/+1 |
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -2/+2 |
| | | | | | | | | | | | | | | 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> | |||
* | Cleanup for GCC-4.x | Wolfgang Denk | 2005-10-13 | -1/+1 |
| | ||||
* | Prepare U-Boot for gcc-4.x | Wolfgang Denk | 2005-08-26 | -2/+2 |
| | ||||
* | * Patch by Christian Hohnstaedt, 23 Apr 2004: | wdenk | 2004-04-25 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | JFFS2 speed enhancements: - repair header CRC calculation in jffs2_1pass.c - add eraseblock size to the partition information to skip empty eraseblocks if we find more then 4k of free space. - The JFFS2 scanner is now fast enough to remove the spinning wheel so #ifdef-ed out. - add watchdog calls in long running loops * Patch by Philippe Robin, 22 Apr 2004: Fix ethernet configuration for "versatile" board * Patch by Kshitij Gupta, 21 Apr 2004: Remove busy loop and use MPU timer fr usleep() on OMAP1510/1610 boards * Patch by Steven Scholz, 24 Feb 2004: Fix a bug in AT91RM9200 ethernet driver: The MII interface is now initialized before accessing the PHY. * Cleanup PCI ID's | |||
* | Fix PCI problems on PPChameleon board | wdenk | 2003-10-22 | -1/+1 |
| | ||||
* | Initial revision | wdenk | 2002-11-03 | -0/+863 |