summaryrefslogtreecommitdiff
path: root/include/configs/walnut.h
Commit message (Collapse)AuthorAgeLines
* ppc4xx: Remove cache definition from 4xx board config filesStefan Roese2007-10-31-10/+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/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-10-0/+9
| | | | | | | | | 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 [v-z]* named board config ↵Jon Loeliger2007-07-05-23/+26
| | | | | | files. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* [PATCH] Update some AMCC 4xx board config files (set initrd_high)Stefan Roese2007-02-07-0/+1
| | | | | | | | Some boards that can have more than 768MBytes of SDRAM need to set "initrd_high", so that the initrd can be accessed by the Linux kernel. Signed-off-by: Stefan Roese <sr@denx.de>
* Add commandline history support to all AMCC eval boardsStefan Roese2006-08-07-6/+15
| | | | Patch by Stefan Roese, 07 Aug 2006
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-20-8/+8
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Add NetConsole Support for AMCC eval boardsStefan Roese2005-10-20-0/+3
| | | | Patch by Stefan Roese, 20 Oct 2005
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-23-1/+1
|
* Coding style cleanupWolfgang Denk2005-08-02-56/+56
|
* Major cleanup for AMCC PPC4xx eval boards.Stefan Roese2005-08-01-0/+334
Patch by Stefan Roese, 01 Aug 2005