MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
224f7a5679
commit
52b047ae48
@ -457,7 +457,7 @@ void pci_mpc8250_init (struct pci_controller *hose)
|
|||||||
void ft_pci_setup(void *blob, bd_t *bd)
|
void ft_pci_setup(void *blob, bd_t *bd)
|
||||||
{
|
{
|
||||||
do_fixup_by_prop_u32(blob, "device_type", "pci", 4,
|
do_fixup_by_prop_u32(blob, "device_type", "pci", 4,
|
||||||
"clock-frequency", bd->pci_clk, 1);
|
"clock-frequency", gd->pci_clk, 1);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user