mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
PPC405EP: set vendor id.
This commit is contained in:
parent
342f551bc9
commit
428c563938
@ -266,6 +266,10 @@ void pci_405gp_init(struct pci_controller *hose)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(CONFIG_405EP) /* on ppc405ep vendor id is not set */
|
||||||
|
pci_write_config_word(PCIDEVID_405GP, PCI_VENDOR_ID, 0x1014); /* IBM */
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set HCE bit (Host Configuration Enabled)
|
* Set HCE bit (Host Configuration Enabled)
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user