summaryrefslogtreecommitdiff
path: root/include/configs/quantum.h
Commit message (Collapse)AuthorAgeFilesLines
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-311-1/+2
| | | | | | | | | | | | * 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.
* * Patch by Shlomo Kut, 29 Mar 2004:wdenk2004-09-291-0/+445
Add support for MKS Instruments "Quantum" board * Fix build problem with Cogent boards; avoid using <asm/byteorder.h> when using the host compiler