Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Major PCMCIA Cleanup to make code better readable and maintainable. | Wolfgang Denk | 2006-07-10 | -25/+775 |
| | | | | | | | | | | | Notes: - Board-dependend code for RPXLITE and RPXCLASSIC-based boards placed to the drivers/rpx_pmcia.c file to avoid duplication. Same for TQM8xx-based boards (drivers/tqm8xx_pmcia.c). - drivers/i82365.c has been split into two parts located at board/atc/ti113x.c and board/cpc45/pd67290.c (ATC and CPC45 are the only boards using CONFIG_82365). - Changes were tested for clean build and *very* *few* boards. | |||
* | * Code cleanup, mostly for GCC-3.3.x | wdenk | 2004-12-31 | -0/+68 |
* Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board. |