summaryrefslogtreecommitdiff
path: root/include/configs/SBC8540.h
Commit message (Collapse)AuthorAgeLines
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-31-3/+5
| | | | | | | | | | | | * 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.
* Cleanupwdenk2004-10-11-7/+7
|
* * Patch by Michael Bendzick, 30 Aug 2004:wdenk2004-10-10-0/+416
- Improve platform.S code for omap1510inn that detects whether code is running from SDRAM or not. Patch allows SDRAM to be configured if code is running out of SRAM at 0x20000000. * Patch by Frederick Klatt, 30 Aug 2004: Add support for the Wind River SBC8540/SBC8560 boards