commit | d87b092cc9a4fa3011019d2574b1bfd811b52485 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:03:37 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | 8eb9a388794b102cf18cb1a972a819809398b553 | |
parent | 39473e13c70e568ede7c8e5872aab6fa157b43ce [diff] |
x86: ivybridge: Declare global data where it is used Some files are missing this declaration. Add it to avoid build errors when we actually need the declaration. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>