diff options
author | Stefan Roese | 2005-11-22 13:20:42 +0100 |
---|---|---|
committer | Stefan Roese | 2005-11-22 13:20:42 +0100 |
commit | 5568e613ee38d4bb5dd601cdb2f74ed0d7de9902 (patch) | |
tree | c89680cfc4931d8e0e3173c27959d678c3cbb44e /README | |
parent | fe126d8b34d2e7c3c2dc1d4e61086018e016768c (diff) |
Add support for Prodrive P3P440 board:
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
for bank autodetection
Patch by Stefan Roese, 22 Nov 2005
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1766,6 +1766,12 @@ Configuration Settings: This option also enables the building of the cfi_flash driver in the drivers directory +- CFG_FLASH_QUIET_TEST + If this option is defined, the common CFI flash doesn't + print it's warning upon not recognized FLASH banks. This + is useful, if some of the configured banks are only + optionally available. + - CFG_RX_ETH_BUFFER: Defines the number of ethernet receive buffers. On some ethernet controllers it is recommended to set this value |