[U-Boot] [PATCH v2 1/6] pci: Move pci_hose_phys_to_bus() to pci_common.c
Simon Glass
sjg at chromium.org
Fri May 8 22:42:30 CEST 2015
On 8 May 2015 at 11:36, Simon Glass <sjg at chromium.org> wrote:
>
> On 7 May 2015 at 07:34, Bin Meng <bmeng.cn at gmail.com> wrote:
> >
> > pci_hose_phys_to_bus() is needed by several drivers. Move it to
> > pci_common.c to avoid a broken build when CONFIG_DM_PCI is on.
> >
> > Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> >
> > ---
> >
> > Changes in v2:
> > - Drop the patch to wrap CONFIG_E1000 driver with CONFIG_DM_PCI
> > - New patch to move pci_hose_phys_to_bus() to pci_common.c
> >
> > drivers/pci/pci.c | 66 ---------------------------------------------
> > drivers/pci/pci_common.c | 70 +++++++++++++++++++++++++++++++++++++++++++++---
> > 2 files changed, 66 insertions(+), 70 deletions(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list