commit | 988e29647cb8ba51857e1d49525e4111a00ce8ab | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 13 20:49:08 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Feb 04 09:05:44 2013 -0500 |
tree | 2ad61a52bd249ce6fa508025710331fb00e8671e | |
parent | 568a7b68d7d3132e5f36928e9cbd1488df4115aa [diff] |
mips: Move per_clk and dev_clk to arch_global_data Move these field into arch_global_data and tidy up. The other CONFIG_JZSOC fields are used by various architectures, so just remove the #ifdef bracketing for these. Signed-off-by: Simon Glass <sjg@chromium.org>