Re: [U-Boot] [PATCH 04/13] ppc: Remove pci config table pointer relocation fixups

2009-09-21 Thread Paul Gortmaker
Peter Tyser wrote: > On Mon, 2009-09-21 at 12:49 -0400, Paul Gortmaker wrote: >> On Mon, Sep 21, 2009 at 12:20 PM, Peter Tyser wrote: >>> Signed-off-by: Peter Tyser >> It looks like something happened during the send of your patches; >> it seems the long log of what you are trying to fix and how

Re: [U-Boot] [PATCH 04/13] ppc: Remove pci config table pointer relocation fixups

2009-09-21 Thread Peter Tyser
On Mon, 2009-09-21 at 12:49 -0400, Paul Gortmaker wrote: > On Mon, Sep 21, 2009 at 12:20 PM, Peter Tyser wrote: > > Signed-off-by: Peter Tyser > > It looks like something happened during the send of your patches; > it seems the long log of what you are trying to fix and how the patch > fixes it

Re: [U-Boot] [PATCH 04/13] ppc: Remove pci config table pointer relocation fixups

2009-09-21 Thread Paul Gortmaker
On Mon, Sep 21, 2009 at 12:20 PM, Peter Tyser wrote: > Signed-off-by: Peter Tyser It looks like something happened during the send of your patches; it seems the long log of what you are trying to fix and how the patch fixes it is missing here and from several of the other patches as well. > ---

[U-Boot] [PATCH 04/13] ppc: Remove pci config table pointer relocation fixups

2009-09-21 Thread Peter Tyser
Signed-off-by: Peter Tyser --- board/freescale/mpc8548cds/mpc8548cds.c |7 --- board/mpl/common/pci.c | 18 -- board/sbc8548/sbc8548.c |6 -- 3 files changed, 0 insertions(+), 31 deletions(-) diff --git a/board/freescale/mpc8548c