commit | 9fb23624a644d9a09f85fc1230b34829005c0021 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 13 20:48:45 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Feb 01 15:42:45 2013 -0500 |
tree | 0cb64fe8aed0bf8e3af7c79c216d749990203b45 | |
parent | 1206c18403ff25814673a4dbfa071ae06bbefaef [diff] |
ppc: Remove extra pci_clk fields from global_data PPC has several of these fields, selected by chip type, although only one is ever compiled in. Instead, use a single field. It would be nice if this could be selected by CONFIG_PCI, but some chips (e.g. mpc5xxx) use pci_clk even when CONFIG_PCI is not enabled. Signed-off-by: Simon Glass <sjg@chromium.org>