commit | 6f5567d3ab321f876f392aba5e5a77e7af479a32 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 05 14:39:53 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 15 16:14:00 2013 -0400 |
tree | 85b03a03756f82dc21194b0ef603cf5e923a5ad0 | |
parent | 6d1798745e197cc1bd160bf1ed02a5f4ef3873b9 [diff] |
x86: Adjust board_r.c for x86 For x86 the global_data is managed entirely by the start.S code so we do not need to touch it. However, we do have some more initcalls to add. Signed-off-by: Simon Glass <sjg@chromium.org>