commit | cb7b31aaf9cbde25de0e843401cc3219193426a6 | [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 | 34a194f8a3e8fd3205b9443fcf1223f5aa5d7e2d [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>