Skip to content
Snippets Groups Projects
Commit 52b047ae authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 224f7a56
No related branches found
No related tags found
No related merge requests found
......@@ -457,7 +457,7 @@ void pci_mpc8250_init (struct pci_controller *hose)
void ft_pci_setup(void *blob, bd_t *bd)
{
do_fixup_by_prop_u32(blob, "device_type", "pci", 4,
"clock-frequency", bd->pci_clk, 1);
"clock-frequency", gd->pci_clk, 1);
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment