commit | bb6306cfa8df59191bab2e73497a270b59c72d07 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 17 16:13:33 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon May 13 13:33:20 2013 -0700 |
tree | 6f707a89d27ea9b012817931d68de8ad1624f777 | |
parent | 7414d14d66576c45eea258150a9806b1b8d32b00 [diff] |
x86: Declare global_data pointer when it is used Several files use the global_data pointer without declaring it. This works because the declaration is currently a NOP. But still it is better to fix this so that x86 lines up with other archs. Signed-off-by: Simon Glass <sjg@chromium.org>