[U-Boot-Users] Re: Disable internal PCI arbiter

Martin Egholm Nielsen martin at egholm-nielsen.dk
Thu Dec 15 16:44:14 CET 2005


> How do I disable the internal PCI arbiter:
> 
> --- 8< 8< 8< ---
> PCI async ext clock used, internal PCI arbiter enabled
> --- 8< 8< 8< ---
> 
> I hoped disabling CFG_CMD_PCI would do it, but no?!

Found it (I most likely guess) - in "include/ppc405.h":

#define CPC0_PCI_ARBIT_EN 0x00000001

I guess this should be done automatically if CFG_CMD_PCI is not defined?

// Martin





More information about the U-Boot mailing list