On Mon, Sep 22, 2008 at 3:11 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote:
> Dear Stefan, Kim, Andy, Jon & Kumar,
>
> in message <[EMAIL PROTECTED]>
> Nobuhiro Iwamatsu wrote:
>>
>> I did a simple check.
>>
>> Only powerpc and i386 and sh seem to use PCI.
>> If powerpc does not have a problem, would you commit it?
>
> Do I have your "go" (or at least no veto) to apply this patch?
>

(forgot to reply all on this, already sent to the O.P.)

I think this is going to break some boards/archs.  From the top
of the u-boot tree, if you do

find . -type f -exec grep pci_register_hose {} /dev/null \;

it shows all the source files that are registering a PCI bus.  A quick
look shows there are MIPS, ARM, x86 in that list at least, that aren't
addressed by this change.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to