Re: [U-Boot] [PATCH 1/7] 85xx: Add PORBMSR and PORDEVSR shift defines

2009-06-12 Thread Kumar Gala
On May 22, 2009, at 10:26 AM, Peter Tyser wrote: > Add defines similar to those already used for the the 86xx > architecture. > This will ease sharing of PCI code between the 85xx and 86xx > architectures. > > Signed-off-by: Peter Tyser > --- > include/asm-ppc/immap_85xx.h |2 ++ > 1 files

[U-Boot] [PATCH 1/7] 85xx: Add PORBMSR and PORDEVSR shift defines

2009-05-22 Thread Peter Tyser
Add defines similar to those already used for the the 86xx architecture. This will ease sharing of PCI code between the 85xx and 86xx architectures. Signed-off-by: Peter Tyser --- include/asm-ppc/immap_85xx.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/asm-p