summaryrefslogtreecommitdiff
path: root/include/configs/quantum.h
Commit message (Collapse)AuthorAgeLines
* include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger2007-07-09-1/+9
| | | | | | CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/configs: Use new CONFIG_CMD_* in various q* and r* named board ↵Jon Loeliger2007-07-05-13/+15
| | | | | | config files. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-20-2/+2
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* 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