summaryrefslogtreecommitdiff
path: root/include/configs/AP1000.h
Commit message (Collapse)AuthorAgeLines
* Get rid of "#undef DEBUG" from board config files.Wolfgang Denk2008-02-12-2/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* ppc4xx: Remove cache definition from 4xx board config filesStefan Roese2007-10-31-8/+0
| | | | | | | All 4xx board config files don't need the cache definitions anymore. These are now defined in common headers. Signed-off-by: Stefan Roese <sr@denx.de>
* include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-10-0/+8
| | | | | | | | | Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/configs: Use new CONFIG_CMD_* in various A* named board config files.Jon Loeliger2007-07-07-15/+17
| | | | | | | | Since ADS860.h includes "board/fads/fads.h" with ramifications on the CONFIG_COMMAND treatment, it too has to be adjusted to exclude already configured commands in this same commit. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Support passing of OF flat trees to the kernel.Wolfgang Denk2005-10-13-85/+84
| | | | Patch by Pantelis Antoniou, 04 Sep 2005
* Add support for NetSilicon NS7520 processor.Wolfgang Denk2005-10-09-77/+72
| | | | | | Patch by Art Shipkowski, 12 May 2005 Cleanup.
* Add support for AP1000 board.Wolfgang Denk2005-10-09-0/+255
Patch by James MacAulay, 07 Oct 2005