diff options
author | Jon Loeliger <jdl@freescale.com> | 2008-02-19 12:31:08 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-02-19 12:31:08 -0600 |
commit | 975a083a5ef785c414b35f9c5b8ae25b26b41524 (patch) | |
tree | fc8fd8337611036152041f1cb8498ec3213e5361 /include | |
parent | 13f5433f700d4da9f6fdf2a4bb80310133a7c170 (diff) | |
download | u-boot-imx-975a083a5ef785c414b35f9c5b8ae25b26b41524.zip u-boot-imx-975a083a5ef785c414b35f9c5b8ae25b26b41524.tar.gz u-boot-imx-975a083a5ef785c414b35f9c5b8ae25b26b41524.tar.bz2 |
8610HPCD: Fix typos in two PCI setup registers.
The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
were erroneously present as 85xx names and values, leftover from
the clone wars. Fix this by removing the 85xx cruft from the
86xx codebase.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc/immap_86xx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ppc/immap_86xx.h b/include/asm-ppc/immap_86xx.h index a15c6ec..6143062 100644 --- a/include/asm-ppc/immap_86xx.h +++ b/include/asm-ppc/immap_86xx.h @@ -1257,11 +1257,9 @@ typedef struct ccsr_gur { uint porpllsr; /* 0xe0000 - POR PLL ratio status register */ uint porbmsr; /* 0xe0004 - POR boot mode status register */ #define MPC86xx_PORBMSR_HA 0x00060000 -#define MPC85xx_PORBMSR_HA 0x00070000 uint porimpscr; /* 0xe0008 - POR I/O impedance status and control register */ uint pordevsr; /* 0xe000c - POR I/O device status regsiter */ #define MPC86xx_PORDEVSR_IO_SEL 0x000F0000 -#define MPC85xx_PORDEVSR_IO_SEL 0x00380000 /* 85xx platform type */ #define MPC86xx_PORDEVSR_CORE1TE 0x00000080 /* ASMP (Core1 addr trans) */ uint pordbgmsr; /* 0xe0010 - POR debug mode status register */ char res1[12]; |