summaryrefslogtreecommitdiff
path: root/include/configs/quantum.h
Commit message (Collapse)AuthorAgeLines
* Fix problems with SNTP support;wdenk2005-04-02-5/+5
| | | | enable SNTP support in some boards.
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-31-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-29-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