commit | 5cb48582ac05931c66b00b46c60d3ee8c6fc7950 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 13 20:48:30 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Feb 01 15:07:49 2013 -0500 |
tree | ffcaf6be1119502aa4d532cfa888dc9ef415e968 | |
parent | 6ad77d88e57f6ab815ec7e85c5ac329054318c73 [diff] |
Add architecture-specific global data We plan to move architecture-specific data into a separate structure so that we can make the rest of it common. As a first step, create struct arch_global_data to hold these fields. Initially it is empty. This patch applies to all archs at once. I can split it if this is really a pain. Signed-off-by: Simon Glass <sjg@chromium.org>