Re: [U-Boot] [PATCH v2] PQ2FADS: Enable PCI.

2009-04-04 Thread Wolfgang Denk
Dear Scott Wood, In message <20090403202645.ga7...@ld0162-tx32.am.freescale.net> you wrote: > PCI on PQ2FADS is very similar to PCI on MPC8272ADS. > > Signed-off-by: Scott Wood > --- > Removed an inadvertent change to an 8272ads ifdef. > > cpu/mpc8260/pci.c|2 ++ > include/con

[U-Boot] [PATCH v2] PQ2FADS: Enable PCI.

2009-04-03 Thread Scott Wood
PCI on PQ2FADS is very similar to PCI on MPC8272ADS. Signed-off-by: Scott Wood --- Removed an inadvertent change to an 8272ads ifdef. cpu/mpc8260/pci.c|2 ++ include/configs/MPC8260ADS.h | 17 + 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/c