diff options
author | Dirk Eibach <eibach@gdsys.de> | 2009-02-09 07:18:34 (GMT) |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-02-12 05:18:20 (GMT) |
commit | 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e (patch) | |
tree | 7f7ebf50eb116c7cdec6c38b9cefd9b923116bf3 /README | |
parent | 7369f0e384e2a831be13a7773a58242c9173fa9c (diff) | |
download | u-boot-9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e.tar.xz |
ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2603,6 +2603,10 @@ Low Level (hardware related) configuration options: CONFIG_SYS_POCMR2_MASK_ATTRIB: (MPC826x only) Overrides the default PCI memory map in cpu/mpc8260/pci.c if set. +- CONFIG_PCI_DISABLE_PCIE: + Disable PCI-Express on systems where it is supported but not + required. + - CONFIG_SPD_EEPROM Get DDR timing information from an I2C EEPROM. Common with pluggable memory modules such as SODIMMs |