public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Add support CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in pci_auto.c
Date: Wed, 19 Mar 2008 09:34:25 +0100	[thread overview]
Message-ID: <200803190934.25895.sr@denx.de> (raw)
In-Reply-To: <20080319075858.GB8728@game.jcrosoft.org>

On Wednesday 19 March 2008, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c
> > index acfda83..1085a6c 100644
> > --- a/drivers/pci/pci_auto.c
> > +++ b/drivers/pci/pci_auto.c
> > @@ -383,7 +383,7 @@ int pciauto_config_device(struct pci_controller
> > *hose, pci_dev_t dev) hose->current_busno++;
> >  		break;
> >
> > -#ifdef CONFIG_MPC5200
> > +#if defined(CONFIG_MPC5200) || defined(CONFIG_PCIAUTO_SKIP_HOST_BRIDGE)
>
> I think that you can remove the CONFIG_MPC5200 and define it in the
> configs of the boards

That would be the optimal version of course.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

  reply	other threads:[~2008-03-19  8:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-17 22:08 [U-Boot-Users] [PATCH] Add support CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in pci_auto.c Tsi-Chung Liew
2008-03-19  5:17 ` Stefan Roese
2008-03-19  7:58 ` Jean-Christophe PLAGNIOL-VILLARD
2008-03-19  8:34   ` Stefan Roese [this message]
2008-03-19 18:45     ` Liew Tsi Chung
  -- strict thread matches above, loose matches on Subject: below --
2008-03-20  0:55 Tsi-Chung Liew

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200803190934.25895.sr@denx.de \
    --to=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox