projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
224f7a5
)
MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
author
Wolfgang Denk
<wd@denx.de>
Tue, 12 Aug 2008 10:10:11 +0000
(12:10 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Tue, 12 Aug 2008 10:10:11 +0000
(12:10 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
cpu/mpc8260/pci.c
patch
|
blob
|
history
diff --git
a/cpu/mpc8260/pci.c
b/cpu/mpc8260/pci.c
index 940f5c0a100f19ca12a2d7b22a72986ba7542046..82303644b2be6df407b296992f3c251f90e839eb 100644
(file)
--- a/
cpu/mpc8260/pci.c
+++ b/
cpu/mpc8260/pci.c
@@
-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",
b
d->pci_clk, 1);
+ "clock-frequency",
g
d->pci_clk, 1);
}
#endif