diff options
author | Ed Swarthout <Ed.Swarthout@freescale.com> | 2007-07-27 01:50:45 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-08-10 11:39:37 -0500 |
commit | 2e4d94f1e3c2961428967a33b6ff2520568391b3 (patch) | |
tree | e45a0b7b5d21ff43538c47a72867ffe92a5eb229 /include/asm-ppc | |
parent | 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a (diff) | |
download | u-boot-imx-2e4d94f1e3c2961428967a33b6ff2520568391b3.zip u-boot-imx-2e4d94f1e3c2961428967a33b6ff2520568391b3.tar.gz u-boot-imx-2e4d94f1e3c2961428967a33b6ff2520568391b3.tar.bz2 |
fsl_pci_init cleanup.
Do not enable normal errors created during probe (master abort, perr,
and pcie Invalid Configuration access).
Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Acked-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index b806cc0..9be5a27 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -532,7 +532,7 @@ #define LR SPRN_LR #define MBAR SPRN_MBAR /* System memory base address */ #if defined(CONFIG_MPC86xx) -#define MSSCR0 SPRN_MSSCRO +#define MSSCR0 SPRN_MSSCR0 #endif #if defined(CONFIG_E500) || defined(CONFIG_MPC86xx) #define PIR SPRN_PIR |